09.06.2011, 17:44
Quote:
You don't need to use sscanf to split params when you only need 1 parameter. You can use isnull to confirm there's anything typed after the command and params contains the main string, so you can just use params if you want a string, or you can use strval(params) to convert the params string into an integer.
|
I can see how i can save memory by not creating new strings and also how it increases the performance on the command.