On May 23, 2005, at 3:45 PM, Andre Garzia wrote:

I have a silly function here that uses a paramcount() loop and put the param()s into a CR delim list.

Excellent example of paramCount() and param()!

Anybody know which is faster ?

  delete char -1 of t
  return t

or

  return char 1 to -2 of t

I think the first is slightly clearer, especially since the delete line conceptually goes with the loop before it.

Dar


_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to