0 Members and 7 Guests are viewing this topic.
Oh whoops didn't see there was another page But yeah, you can have named constants but not named variables, unless you use a constant as a pointer to a variable o.O
°A-2→°MYVAR5→MYVARMYVAR++MYVAR*13→MYVARDisp MYVAR▸Dec,i .Prints 78
Code: [Select]:If something:Data(.......)→Pic1:End:If somethingelse:Data(.......)→Pic1:EndGives me a duplicate error. (and I know that it should happen)Is there a way to get around with it?
:If something:Data(.......)→Pic1:End:If somethingelse:Data(.......)→Pic1:End
:...If something:Data(.......)→Pic1:...:...If somethingelse:Data(.......)→Pic1:...
Quote from: Builderboy on December 13, 2011, 05:59:33 pmOh whoops didn't see there was another page But yeah, you can have named constants but not named variables, unless you use a constant as a pointer to a variable o.OAhem...Code: [Select]°A-2→°MYVAR5→MYVARMYVAR++MYVAR*13→MYVARDisp MYVAR▸Dec,i .Prints 78