Re: TIB: 85 BASIC help..
[Prev][Next][Index][Thread]
Re: TIB: 85 BASIC help..
I don't know how to use 'mod', but here is how to do 'sub'.
sub([stringname],[starting point],[for how many chars])
stringname-the name of the string to get the subset from
starting point-starting place to begin getting subset
for how many chars-how many characters to get, for example
sub(string,1,5) would get the subset of string starting at the first
character and getting a total of five characters.
Master Nick
Visit Master Nick's page of computer programming:
http://www.angelfire.com/oh/masternick/
masternick2000@hotmail.c
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Follow-Ups: