字符串相关函数
数字字符串与数字之间的转换
destring 字符转数字
Tostring 数字转字符串
eg. tostring year,replace
eg. destring year,replace
分列
split,只适用于字符串
函数内容
split strvar [if] [in] , p( "a" ) 以a为分列点
eg. split type,p("室" "厅" "卫")
改一下变量名
eg. tostring year,replace
eg. destring year,replace
split strvar [if] [in] , p( "a" ) 以a为分列点
eg. split type,p("室" "厅" "卫")
改一下变量名