http://chattyfig.figleaf.com/mailman/listinfo/flashnewbie


----- Original Message ----- 
From: "Laurent CUCHET" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Saturday, October 07, 2006 11:35 AM
Subject: [Flashcoders] >> function and convert String


I would like to take textfield value.

How can I convert string ?

function sqr(x) {
    var tx = "_level0.rec"+x;
    var c1 = tx+"1.text";
    trace(c1); // give
}
Sqr(1); // Give string ³_level0.rec1.text² not the textfield value

Thank You


_______________________________________________
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