Howdy all-
I'm new here, did a bit of searching and havn't come up with what I'm looking for. Just a couple questions about MQ# (as I saw someone call it) and, for lack of a better term, 'style'...
First off, is there any upper limit on the number of variables, timers, or arrays that you can have? 1 byte unsigned int (255), 2 bytes unsigned int (short int) (65,535)?
Next off, is there any functionality available that can tell me how many items are in an array? IE, we set a(0,0), a(0,1), and a(0,2) - any way to determine that a(0) has 3 items in it?
Also... any functionality similar to a regular expression, or anything I can do character swapping with in a string?
It doesn't look like it right now, but are there any plans to support &&'s and ||'s in /if checks? And nested? /if (("$char(name)"~~"$p0") && ("somestring"~~"$p1")) ?
Also, on 'style'... are there any 'preferred' ranges for variables? IE, variables that should always be function-local v90-v99, money related v50-v59, etc? There seems to be some commonality between scripts, but I havn't seen anything clearly defined... Granted, that would be required to be adhered to, but would make portability a little better (imho, atleast...)
Well, thanks in advance. =) Looking forward to 'working' with you. =)


