in reply to Re: Did not work on benchmarking function with some non alphanumerics
in thread Did not work on benchmarking function with some non alphanumerics

while strMulti will return three copies of the argument as a list.

SCALAR x 3 will return a scalar while LIST x 3 will return a list.

So the two subs do basicaly the same thing.

  • Comment on Re^2: Did not work on benchmarking function with some non alphanumerics