ID:266325
 
what will copytext("",1,2) output? Does it infinately loop, by chance?
Lord of Water wrote:
what will copytext("",1,2) output? Does it infinately loop, by chance?

I suspect it might spit out a runtime error--likely "bad index". However, it's possible it would return just the trailing null, thus outputting "". The real question is what would happen with copytext("",2,3).

Lummox JR