Read what the function does before you try to understand anything:
http://www.amxmodx.org/funcwiki.php?...sult&go=search
And I quote:
Quote:
Retrieves the current result.
A successful query starts at the first result, so you should not call SQL_NextRow() first.
Passing no extra params - return int
Passing one extra param - return float in 1st extra arg
Passing two extra params - return string in 1st arg, max length in 2nd
|
So if you want a string, you'll need to parse it into the next args, functions don't return strings.
__________________