Processing table: prc.populate_control




 
If:
'Requires the first field be filled in. Creates 128 total slots.

 
 
Then:
aa(5,.0,g)="2"

If:
aa le "128"

 
 
Then:
lookup poplate = flfss_control r=free -e

 
If:
poplate

 
 
Then:
poplate(1)=aa;poplate(2)=@td;poplate(3)=@tm

 
If:
poplate

 
 
Then:
write poplate;close poplate

 
If:
aa le "128"

 
 
Then:
aa=aa+"1";goto loop

 
If:
 

 
 
Then:
exit