THEwagner
08-29-2006, 01:44 PM
Hello,
I’m in a real pickle. I need to set “myvar” to the alpha numeric expression: “00N30000000tM2x”. Any help would be more than awesome!
//--------Ideal, but produces a syntax error: -------//
00N30000000tM2x =mycombo.selectedItem.label;
//--------Original Code --------------------------//
myvar=mycombo.selectedItem.label;
I’m in a real pickle. I need to set “myvar” to the alpha numeric expression: “00N30000000tM2x”. Any help would be more than awesome!
//--------Ideal, but produces a syntax error: -------//
00N30000000tM2x =mycombo.selectedItem.label;
//--------Original Code --------------------------//
myvar=mycombo.selectedItem.label;