Hello, 

The following code is not working:

var variables:URLVariables = new URLVariables();
var cur:String;

cur = "EUR";
variables.currency_code = cur;

But this code is working :

variables.currency_code = "EUR";

What could be the problem ?
Thank you,
Christopher, 


Reply via email to