[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Simply Add



PureBytes Links

Trading Reference Links


Sometimes the way 
we have always done something is not so simple in AFL.
<FONT color=#000080 
size=2> 

How doI 
accumulate "Points"?
<FONT color=#000080 
size=2> 
If condition 1 is 
true then Points = 5.
If Condition 2 is 
true then I want to add another 5 to 
"Points".<FONT 
color=#000080 size=2>
The 
statement:  Points = 5 + 5; will work 
fine.
<FONT color=#000080 
size=2> 
The 
Statement:  Points = Points + 5; will not work giving me 
an Unknown identifier message.
<FONT color=#000080 
size=2> 
It should be this 
simple !!
<FONT color=#000080 
size=2> 
<FONT color=#000080 
size=2>Thanks,
<FONT face="Vladimir Script" color=#000080 
size=5>Rick