View Single Post
  #9  
Old 04-12-2012, 11:22 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
You're looking for makevar. Avoid using 'var' by itself as a variable name.

I.e.

PHP Code:
function setVar(varivalue) {
  
makevar(vari) = value;

then in your code when the button is clicked..

PHP Code:
function Dev_Client_OK.onAction(){
  
setVar(Dev_Client_Var.textDev_Client_NewVar.text);

__________________
Quote:
Reply With Quote