guest598594 commented on a Page, Convert Characters to ASC codes  -  Mar 17, 2008

$asc(,) == 44

$chr(44) == ,

useful for like $chr(32) = space or $chr(160) = hardspace

also, in gettok, you need a delimeter

$gettok(string.with.delimeters.of.period,2,46) with

46 is $asc(.) which is seperating the string

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.