Mirage Source
Hm.. - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Hm.. (/showthread.php?tid=1281)



Hm.. - Matt - 14-09-2007

What's the difference with adding the $ to some things? Like..

Trim to Trim$ for instance?

What's it do?


Re: Hm.. - Matt - 14-09-2007

Dave Wrote:Trim() returns a varient, Trim$() returns a string

And the difference is..?

I don't know much about these differences.


Re: Hm.. - Matt - 14-09-2007

Dave Wrote:functionally, nothing.

Variants use uber memory and are slow.
String use not-so-uber memory and are not-so-slow Tongue

So using Trim$() is much better than using Trim()?

How much would converting all these sorts of things speed up MS? Any at all?