By default, text variables created within a function are discarded after the function has finished.
numero = 51[text scope=global]value=500[/text]If you want to create a text variable within a function that persists after the function completes, then you need to explicitly set the variable scope to global. ᅠFor example:
[text scope=global]value=500[/text]Scott Anderson
DOWNLOAD WEBDNA NOW!
A list of the currently available modules...
F.A.QA compilation of some user's questions...
Download WebDNA ApplicationsWebDNA applications...
WebDNA LibrariesA list of available libraries for WebDNA...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Tips and TricksA list of user-submitted tips ...
...
Removing whitespaceHow can I remove all whitespace entered by a user from an input box (ie card number)...
Annoying character on writefileHow do I get rid of or convert the line feed character during a writefile?...
Check the Federal Government's Social Security databaseThe script on the page will check the federal government's social security database...
Handling credit card numbersEncrypting the credit card numbers does the job quite nicely...
WebDNA Google Map MashupGenerate a Google map with pins on your database addresses...