Hi, Silly one this, its probably staring me in the face. Part of my program builds a list of machines in my database. Bacause of what I do with the list, the number of machines in it needs to be kept below a certain number. As the routing is run which builds the list, it keeps a tally and displays it at the bottom of the screen. I want to display the tally in green as the number is low, then change to flashing yellow as the max number gets near. I can change to yellow no problem but getting it to flash?????
have read the manual and used NG but I just can't find the answer. This is the bit of code;
set color to w+/b
@25,20 say "Number of machines ="
set color to g+/b
if NumMacs>60
set color to gr+/b
end if
@25,42 say str(NumMacs)
How the hell do I get it to flash???
have read the manual and used NG but I just can't find the answer. This is the bit of code;
set color to w+/b
@25,20 say "Number of machines ="
set color to g+/b
if NumMacs>60
set color to gr+/b
end if
@25,42 say str(NumMacs)
How the hell do I get it to flash???