How do you return a string from a fuction? Currently, I can only figure out how to return an integer; when I try to return a string, it just returns 0.
I can't even return this:
Return "This is a string"
Is this a limitation to Blitz? Do I have to just declare a Public variable outside of the function and then modify that?
I can't even return this:
Return "This is a string"
Is this a limitation to Blitz? Do I have to just declare a Public variable outside of the function and then modify that?