Hi David,

On 22 Mar 2006, at 12:53, David Burgun wrote:

Hi,

Nice Script!

There is just one thing I don't understand?

What are the:

get  "/*" & i

Statements for?????


/* this is a comment
as is this */function whatever
return "something"
end whatever

This is to force the tokenizing.
The script is parsed line by line.
The first line of the block comment will be eliminated by token 1 to - 1 of i But the first token of the second line of the block comment will be the first word --> "as" By adding a "/*" in front of that line the first token will be "function"


Thanks a lot
All the Best
Dave


Greetings,
Wouter
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to