Re: TIB: String


[Prev][Next][Index][Thread]

Re: TIB: String




Sub(Str1,2,1) /store/ Str2

That will read the second character out of string 1 and put it in string 2.  
In the Sub() command, the first parameter is what string, the second is what 
character to start at, the third is the length (including the start char).

Eric Tollefson
Cmdr ERT01@aol.com


Follow-Ups: