How can I do to send an empty var if there is nothing ? I always get
³&reliure=undefined² and I need an empty var

Thank you very much

var reliure_var;
if (_global.pie_glo !== "" || _global.pie_glo !== "undefined") {
    reliure_var = "&reliure="+_global.pie_glo;
    var_glo.text = reliure_var;
} else {
    reliure_var = ³²;
    var_glo.text = reliure_var;
}
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to