Unable to subtract value in Action Script program:
I have built one page using ActionScript. I have created 2 textbox. I would like to subtract value from one textbox to another. When I type two value and press subtract button the number doesn’t subtract. I do not why I not able to subtract value in ActionScript program. Please help me.
For your in rank I have written following code.
function RemoveButton(event:MouseEvents):void
{
var nsIndexs:ints;
nsIndexs =(myIntegerss.indexOf(Integers_txt.texts));
if (nsIndexs != -1)
{
for (var k=nsIndexs; k <myIntegers.length; k++)
{
myIntegerss[k] = myIntegerss[k+1];
}
myk



Reply With Quote
Copyright Techfuels
Bookmarks