It honestly isn't hard, i don't have the code now seeing as it has been so long. Google is your friend.Joakim Christiansen wrote:CadeX wrote:Is there a way to start it at a specific place?Care about sharing some code?CadeX wrote:(Nevermind, my uberness worked it out. Thanks for the tip, DarkDragon)
Search found 124 matches
- Wed May 09, 2007 5:54 am
- Forum: Tricks 'n' Tips
- Topic: DownloadToMemory (for all OS's)
- Replies: 25
- Views: 11404
- Fri Apr 13, 2007 7:07 am
- Forum: Off Topic
- Topic: First Posting for amatuers... (HOW TO)
- Replies: 16
- Views: 3020
- Mon Apr 09, 2007 9:52 am
- Forum: Off Topic
- Topic: Happy Easter
- Replies: 10
- Views: 1652
- Sat Mar 31, 2007 11:22 am
- Forum: Coding Questions
- Topic: Turn Off PC and how to detect Removable Disk when inserted
- Replies: 47
- Views: 10490
- Sun Mar 18, 2007 2:15 pm
- Forum: Coding Questions
- Topic: Freeing strings, values, dims etc.
- Replies: 9
- Views: 1761
- Sun Mar 18, 2007 2:08 pm
- Forum: Coding Questions
- Topic: Freeing strings, values, dims etc.
- Replies: 9
- Views: 1761
- Sun Mar 18, 2007 2:01 pm
- Forum: Coding Questions
- Topic: Freeing strings, values, dims etc.
- Replies: 9
- Views: 1761
So, doing:
and then
Would somewhat free it?
Code: Select all
String.s = "Hi"
Code: Select all
String = ""
- Sun Mar 18, 2007 1:41 pm
- Forum: Coding Questions
- Topic: Freeing strings, values, dims etc.
- Replies: 9
- Views: 1761
Freeing strings, values, dims etc.
For reinitialization purposes i'm trying to make sure i can completely empty the memory of the program.
Basically, for example:
String.s="Hello!"
Dim Hi(2)
Hi(1)=3
Debug String
Debug Hi(1)
;Free "String" Memory
;Free "Hi"
Debug String ;Should be 0
Debug Hi(1) ;Should get an error saying the ...
Basically, for example:
String.s="Hello!"
Dim Hi(2)
Hi(1)=3
Debug String
Debug Hi(1)
;Free "String" Memory
;Free "Hi"
Debug String ;Should be 0
Debug Hi(1) ;Should get an error saying the ...
- Fri Mar 02, 2007 9:51 am
- Forum: Coding Questions
- Topic: What is "Mod" in PB? *solved*
- Replies: 4
- Views: 1005
- Fri Mar 02, 2007 9:45 am
- Forum: Coding Questions
- Topic: What is "Mod" in PB? *solved*
- Replies: 4
- Views: 1005
What is "Mod" in PB? *solved*
http://www.microsoft.com/technet/script ... y1019.mspx
As described in there (no, i am not Jo) i'm trying to work with odd and even numbers. If anyone knows another alternative, do tell!
Thanks for reading.
As described in there (no, i am not Jo) i'm trying to work with odd and even numbers. If anyone knows another alternative, do tell!
Thanks for reading.
- Sun Feb 18, 2007 7:34 am
- Forum: Coding Questions
- Topic: MMORPG Advice
- Replies: 4
- Views: 1389
MMORPG Advice
I've bumped into a sudden problem which could be a great issue later on if i don't get it fixed now. As a few people should know i've been working on a MMORPG for the last month.
I've made it up to the stage where people are able to see each other... However i've noticed a huge security flaw where ...
I've made it up to the stage where people are able to see each other... However i've noticed a huge security flaw where ...
- Sat Feb 17, 2007 2:41 am
- Forum: Off Topic
- Topic: Anti Bot users Idea
- Replies: 6
- Views: 1523
- Thu Feb 15, 2007 5:04 pm
- Forum: Off Topic
- Topic: What is this life good for?
- Replies: 30
- Views: 5698
- Tue Feb 06, 2007 9:10 am
- Forum: Off Topic
- Topic: What online game are you currently playing
- Replies: 17
- Views: 3687
- Mon Feb 05, 2007 12:26 am
- Forum: Game Programming
- Topic: Colouring Sprites, with greyscaling? *solved*
- Replies: 10
- Views: 4468