0 Members and 2 Guests are viewing this topic.
Cagliano, what sort of input are you looking for? there's a topic under the axe parser subforum i made that has some code that accepts numbers 0-65535, unless you need string and list support.
By the way, that reminds me of a completely unrelated point. Does anyone mind if I change a few of the tokens by simply changing the case of the first letter or removing the trailing space? I'm trying to be consistent with my command namings so that commands that start with an uppercase letter must be used first on a line and commands that start with a lowercase letter can be used in expressions. The trailing space has annoyed me on some commands like the DrawInv command since I'm not using the original syntax the extra space makes it awkward when you add the r modifier. Would anyone be against changes like this? As always, it only affects Axe source code.
I can see that as being very confusing, I'd much rather use the C syntax for that so at least its more intuitive.By the way, that reminds me of a completely unrelated point. Does anyone mind if I change a few of the tokens by simply changing the case of the first letter or removing the trailing space? I'm trying to be consistent with my command namings so that commands that start with an uppercase letter must be used first on a line and commands that start with a lowercase letter can be used in expressions. The trailing space has annoyed me on some commands like the DrawInv command since I'm not using the original syntax the extra space makes it awkward when you add the r modifier. Would anyone be against changes like this? As always, it only affects Axe source code.