No it treats all items in the comma separated list as character strings.
for I=1 to alen(a)
if isdigit(a[i])
a[i] = val(a[i])
endif
endfor
You may want to look at json_encode() /...
Type: Posts; User: barrymavin
No it treats all items in the comma separated list as character strings.
for I=1 to alen(a)
if isdigit(a[i])
a[i] = val(a[i])
endif
endfor
You may want to look at json_encode() /...