> In Perl one can do this in a string context to get a 20 strings > concatenated into a string. > > "fu" x 20 => fufufufufufufufufufufufufufufufufufufufu > > Does Transcript have any syntax similar to this, or do I have to write > a loop to build up a string this way?
You have to write a loop. 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
