> put 1 into counter > repeat for each word someWord in someVariable > put someWord into wordarray[counter] > increment counter by 1 # don't know if Transcript can do > this, # the proper way would be to say "counter++", naturally > end repeat
You say "add 1 to counter" - a lot clearer than "counter++", IMHO. :-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
