nVault - looping through all entries
How would I loop through every single entry in the vault and then set the data to something where "entry = BLAH"?
|
You CANT!
If you need something like this, something that works less like a long term storage device, and more like an ACTUAL dynamic unit, use Array module. Thats what it was MADE for. |
zomg, noes :'(
I have no clue how to use Array module. Maybe you could give me a brief example? |
Explain what you want to do.
|
Loop through all keys and set their values to "0".
|
For a list of any kind:
Code:
static success;Code:
static next[512], success |
| All times are GMT -4. The time now is 05:12. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.