e happen
> > as you step line by line through this code?
> >
> > Gordon Smith
> > Adobe Flex SDK Team
> >
> > --
> > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> > Behalf Of *Harry Saputra
> > *Se
're using FlexBuilder, what do you see happen
> as you step line by line through this code?
>
> Gordon Smith
> Adobe Flex SDK Team
>
> --
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Harry Saputra
> *Sent:*
ug on IF..ELSE Condition Or What ?
I get confuse with this. I have very2 simple conditional structure like
that
:
...
var stat:Number = Number(arrPeriodeLirs.getItemAt(0).status);
if (stat==2)
{
Alert.show('Error number 2','error');
}
else if ( stat==1 )
{
Alert.sho
I get confuse with this. I have very2 simple conditional structure like that
:
...
var stat:Number = Number(arrPeriodeLirs.getItemAt(0).status);
if (stat==2)
{
Alert.show('Error number 2','error');
}
else if ( stat==1 )
{
Alert.show('Error number 1','error');
}
4 matches
Mail list logo