-
Everytime I try to compile a project that has a module that uses Trim I recieve an error that says "Arguement not Optional". I can't figure out why it says this, but I don't recieve any errors durring the run enviornment. Can someone plz help? I think it might be something in the module that's causing this error to arrise but I'm not sure.
-
Hmm, i'm almost sure youre not calling it without any arguments at all so i guess you have A function or array somewhere that is named Trim.
Have you checked by rightclicking it and select definition?