Hrm, coldn't you use strlen(#s(serverr.thundershotstock)) > 0 ? I don't know really that well i dislike gs1 in so many ways.
Not quite! strlen() returns the length of a given string. If the string contains "0", then it's length would technically still be above 0, thus giving an undesired effect.
Not quite! strlen() returns the length of a given string. If the string contains "0", then it's length would technically still be above 0, thus giving an undesired effect.