‎2007 Jan 26 6:58 AM
hi...
what is the flag?what is the data type of flag?in which situation flags can be used in call transaction?
‎2007 Jan 26 6:58 AM
‎2007 Jan 26 7:00 AM
FLag could be a single character variable of type C. You can use flag for any purpose if you want to store some sort of counter. Flag is not mandatory for call transaction. Flag is generally a temp variable defined withn the program to check the status if its TRUE or FLASE.
Cheers
VJ
‎2007 Jan 26 7:01 AM
data type of flag is 1 CHAR.
it will be used in logic when we want to trig the bit of code once (mostly).
by setting flag value to 'X'.
and check the if flag is 'X'
....code....
Reward if useful