but what i want to do is create lists. perhaps lists inside lists adding to and taking away from lists and a way to determine the length of the list.
I have been reading the manual but i cant seem to find anything. i can make arrays but they don't seem to have the flexibility i need. any suggestions would be appreciated.
if there is no direct solution then perhaps a suggestion how to do what i want a different way.
I want to use it for a level selection system. but the number of levels are not set and can be added to. when the user presses the button i would move to the next variable in the list that would point to the next level to be displayed. when the user gets to the end of the list then we start back at the first variable in the list. (i hope this makes sense)
I´m using LBGUI for creating comboboxes, listboxes and Editable Stuff. The Design of LBGUI is changeable, with some work in Gimp/Photoshop/Paint.net/Paint/..etc... Works great for me (after some infos from Master Lukas ^^)
linked lists might be another route you could explore. If you are used to using pointers alot its pretty simple to create linked lists in lite-c using structs, malloc() and free()
"The more you know, the more you realize how little you know..."