Hello everybody!
As the title suggests, I am looking for information on how to write a game engine for a 2D or 2.5D point & click adventure. (You know, for games like the Monkey Island or Manic Mansion series for example.) I have a basic idea of what I would have to do and am currently researching what language would be the best choice for my requirements, but so far I have found little in the way of describing what other people...
Search Result
Collapse
2 results in 0.0040 seconds.
Keywords
Members
Tags
-
Use VBA to create required number of variables
How do,
I want to be able to make a certain number of variables depending on the number of data items i have to be used.
For example, i would need 3 variables defined when i have 3 numbers and 5 variables when i have 5 numbers.
Is there any way in the VBA that I can define variables with variables in the name (ie: Dim Number & x as Double within a For Next loop). I can do this with the text boxes on...