I think I found an error in the DM reference in the copytext example...
Example:
pre = copytext("Hi there",1,3))// = "Hi"
post = copytext("Hi there",4)) // = "there
Shouldn't the pre variable contain "Hi " and not "Hi"? Since it copies the third character, I can't really test it at the moment since I am on a non-BYOND using computer.
--Haywire
Lummox JR