Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mathewv

Pages: [1]
1
Axe / Re: Multiple letter variable names?
« on: September 03, 2011, 12:00:05 am »
Thanks for the feedback guys, I've got Axe working correctly and am loving the new version! ;D

2
Axe / Re: Multiple letter variable names?
« on: September 02, 2011, 01:07:58 pm »
Oh, sorry, I forgot to mention I was using version 0.5.3... I thought that the latest version was unstable, but from what you said, it seems that I need to upgrade or lose my mind keeping track of single letter variables. :P

3
Axe / Multiple letter variable names?
« on: September 02, 2011, 11:33:40 am »
Every time I've tried using multiple letter variable names (for things other than arrays, pictures, etc) something strange happens, such as the value not being initialized, or being "saved" for the next run (I imagine this is because it is reading from the same point as the previous execution, and since it isn't being initialized, its value is unchanged). Other times it just doesn't work. Are multi-letter variable names supported yet, or will it be supported in the future? Thanks.

Pages: [1]