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...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
Tips and TricksA list of user-submitted tips ...
F.A.QA compilation of some user's questions...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
I have a project where I'm allowing several people to upload images...
random password-generator codeGenerate a random alpha-numeric string...
How to setup CODA to work with WebDNA?This page will show graphically how to setup CODA as a WebDNA partner :-)...
Setting a 30-minute CookieConfiguring the expires time for a short-term cookie is tricky...
WebDNA Google Map MashupGenerate a Google map with pins on your database addresses...
How to keep the text variable after a function has finishedBy default...