![]() |
speech - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: speech (/Thread-speech) Pages: 1 2 |
RE: speech - Extreme - 08-21-2012 01:48 AM Haha really funny =D Each problem... RE: speech - Skul - 08-21-2012 01:55 AM Ya, looks like sphere uses those mathematical algorithms in comparisons, it really shouldn't, should be treated as plain text. Oh well, this is just a 'quick fix' for the problem, it's not a complete solution. At least you can use strmatch, strcmp, strcmpi without running into some of those problems. Another issue is the ')' bracket, it closes the argument. With <char_parse> you can work around this, although you will have to set <char_parse> to a variable before comparing the string or the problem persists (ex: local.text=<char_parse <args>>). |