mIRC Homepage
Posted By: Othello Varibles - 07/03/03 12:27 AM
If you have multi words in %temp How would I select the first word in that Varible?


%temp WORD1 WORD2 WORD3

Posted By: Collective Re: Varibles - 07/03/03 12:32 AM
//echo -a $gettok(%temp,1,32) is the first word
//echo -a $gettok(%temp,2,32) is the second word
//echo -a $gettok(%temp,3,32) is the third word
Posted By: Othello Re: Varibles - 07/03/03 05:23 AM
Thanks for the help....
© mIRC Discussion Forums