[HELP] Variable assignment error - 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: [HELP] Variable assignment error (/showthread.php?tid=83800) [HELP] Variable assignment error by SmokingCookie on 05-18-2008 at 07:53 PM
Hi, code: The debugger shows "error in line 129: ':' is expected". In another script I use exactly the same method and it works. Does Messenger have a bad day today? Thanks in advance.. RE: [HELP] Variable assignment error by roflmao456 on 05-18-2008 at 08:30 PM
code:should work now. i don't think you could use strings as functions either WndOpt (variable) isn't defined or on line 128: code: RE: [HELP] Variable assignment error by CookieRevised on 05-18-2008 at 09:15 PM
btw, instead of BackSlash, why don't you use "\\", it would make long lines like Key ="..." much more readable. RE: [HELP] Variable assignment error by SmokingCookie on 05-19-2008 at 04:47 PM
Because "\\" makes it confusing. I use Plus!'s script editor. Its colorization llows me to "detect" strngs that haven't been ended (like "hello; which misses a quote mark) and other stuff. |