Page 2 of 2

Re: How to fetch data from PS file

PostPosted: Sat Jan 14, 2012 2:11 am
by Akatsukami
ravisankarc wrote:Could you please tell me how to use flags..

Consult your friendly local vexillologist :P

Re: How to fetch data from PS file

PostPosted: Sat Jan 14, 2012 2:51 am
by Pedro
By flags, I just meant some kind of indicator that you can later check for true or false.

Try something like this (untested):
here.    = 0    /* default not here */       
here.JOE = 1    /* found him        */           
                                       
If (¬here.JOE)  Then Say 'Joe not here'
If (¬here.BILL) Then Say 'BILL not here