Search found 11 matches
- Sun Aug 20, 2006 4:42 pm
- Forum: Coding Questions
- Topic: Help: ReDim an Array from within a Procedure
- Replies: 3
- Views: 1158
- Sun Aug 20, 2006 3:15 am
- Forum: Coding Questions
- Topic: Help: ReDim an Array from within a Procedure
- Replies: 3
- Views: 1158
Help: ReDim an Array from within a Procedure
I want to change the size of StringArray$() from within the procedure.
global dim StringArray$(size)
ArrayProcedure(StringArray$, anySize)
and the procedure
Procedure ArrayProcedure(nameOfArrayToChange$, newArraySize)
redim nameOfArrayToChange$(newArraySize)
endProcedure
But this will ...
global dim StringArray$(size)
ArrayProcedure(StringArray$, anySize)
and the procedure
Procedure ArrayProcedure(nameOfArrayToChange$, newArraySize)
redim nameOfArrayToChange$(newArraySize)
endProcedure
But this will ...
- Mon Aug 14, 2006 3:44 pm
- Forum: Coding Questions
- Topic: SpinnerGadget value by keyboard input
- Replies: 11
- Views: 3270
- Thu Sep 09, 2004 3:48 am
- Forum: Tricks 'n' Tips
- Topic: Don’t Write User Files to ...
- Replies: 8
- Views: 3073
Re: Don’t Write User Files to ...
> If you must store data for the user, store it in the user’s profile: %USERPROFILE%\My Documents
ARGHHHHH!!!!!!!!!!!! DON'T DO THIS! I HATE THIS! (And don't write in the regestry)
And by the way: On my system no My Documents exist.
>\Documents and Settings\ All Users\Application Data\dir ...
ARGHHHHH!!!!!!!!!!!! DON'T DO THIS! I HATE THIS! (And don't write in the regestry)
And by the way: On my system no My Documents exist.
>\Documents and Settings\ All Users\Application Data\dir ...
- Sun Sep 05, 2004 7:07 pm
- Forum: Coding Questions
- Topic: SpinnerGadget value by keyboard input
- Replies: 11
- Views: 3270
- Fri Sep 03, 2004 1:00 pm
- Forum: Coding Questions
- Topic: SpinnerGadget value by keyboard input
- Replies: 11
- Views: 3270
- Fri Sep 03, 2004 6:23 am
- Forum: Game Programming
- Topic: TileBlock and TileImage
- Replies: 7
- Views: 12816
- Fri Sep 03, 2004 6:21 am
- Forum: Coding Questions
- Topic: SpinnerGadget value by keyboard input
- Replies: 11
- Views: 3270
- Wed Sep 01, 2004 5:36 am
- Forum: Coding Questions
- Topic: SpinnerGadget value by keyboard input
- Replies: 11
- Views: 3270
SpinnerGadget value by keyboard input
hey there folks!
i just wanted to know how it's possible to enter the value in a spinner object by keyboard AND changing it with the up/down arrows. any easy ways?
thx in advance!
i just wanted to know how it's possible to enter the value in a spinner object by keyboard AND changing it with the up/down arrows. any easy ways?
thx in advance!
- Sun Aug 29, 2004 2:55 pm
- Forum: Game Programming
- Topic: Point 'n' Click Adventure
- Replies: 2
- Views: 2174
Point 'n' Click Adventure
I've been thinkin about coding a point n click adventure, completely 2D, which shouldn't be a too hard task to start out with pb... but i have no idea how to start. and how to keep overview...
i thought about splitting the code up into several minor files, e.g. for each location, menu-screen ...
i thought about splitting the code up into several minor files, e.g. for each location, menu-screen ...
- Sun Aug 29, 2004 12:08 pm
- Forum: Game Programming
- Topic: TileBlock and TileImage
- Replies: 7
- Views: 12816