Variable + 1? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Variable + 1? (/showthread.php?tid=61723) Variable + 1? by hpzone on 06-27-2006 at 10:42 AM
If the variable Sendmessageaway is declared like this: RE: Variable + 1? by Eljay on 06-27-2006 at 10:44 AM
youre declaring it as a string and incrementing only works with numbers. RE: Variable + 1? by Yomeh on 06-27-2006 at 10:46 AM
Its because you dont declare integers with "" just code: RE: Variable + 1? by Ezra on 06-27-2006 at 10:48 AM
Or use ParseInt(variable) to get the numbers from a string. RE: Variable + 1? by hpzone on 06-27-2006 at 10:48 AM Thanks, it worked |