The TRIM command also trims what appears to be any character with an ASCII value less than 32 (such as Chr$(2) or Chr$(3)) from the string as well as leading/trailing spaces.
This appears to be undesired behavior (at least it is for me...) since the documentation doesn't mention anything about removing additional characters.
I haven't tried Blitz3D to see if it's the same behavior but I would assume it to be.
Does anyone else think this is undesirable? I think at the least, the documentation should be rewritten to include this information.
This appears to be undesired behavior (at least it is for me...) since the documentation doesn't mention anything about removing additional characters.
I haven't tried Blitz3D to see if it's the same behavior but I would assume it to be.
Does anyone else think this is undesirable? I think at the least, the documentation should be rewritten to include this information.