At 04:23 PM 10/4/2009, Manuel wrote:

If you do the following you can see the problem:

1.  Execute Example 02
2.  R> PAUSE FOR 5 USING 'HELLO WORLD'

It displays the plain HELLO WORLD PAUSE with the GAUGE properties!
It retains the setting for the GAUGE or METER for any other PAUSE
command executed.

Manuel,

Always use "CLS" before using the new PAUSE command to clear all
previously used OPTIONs, if any, with only one exception when using
the PAUSE 4 on the top of PAUSE 3 to re-paint the new message.

In you case, after executing the Example 02, try CLS first and then
use the PAUSE FOR 5 USING 'HELLO WORLD' command and see what you get.

Notice the "CLS" as the first command in both examples that were
provided earlier.

That is your tip of the day!

Very Best R:egards,

Razzak.


Reply via email to