Its quite a while since I used PureBasic so it was probably updated since then, 
however I also found it lacking in other areas, for example, it had a Data 
command for storing strings etc in your source file, however there wasn't a way 
to find out how many items were in the data section before you started reading 
it, little things like that can become annoying when you have to create work 
arounds (i.e. make sure array size is Redim to a size at least more than 
elements in data section before reading it into arrays), especially if you have 
a lot of strings or other data.

Reply via email to