How to access defined variables from code

Started by Randem, May 04, 2006, 04:20:30 PM

Previous topic - Next topic

Randem

Aloha debi_99,
 
I have not used the code section of Inno Setup yet. Perhaps you can find the answer in the Inno Setup Newsgroups at http://www.jrsoftware.org/newsgroups.php or at http://www.marcocantu.com/epascal/

debi_99

I've defined two variables as
#define User
#define Password
 
How do I assign value to these from NextButtonClick
 
 {#User} = UserPage.Values[0]; gives error.
 
Thanks,
Debi