Page 1 of 1

clear SAY? how?

PostPosted: Thu Mar 23, 2006 11:45 pm
by syda
Hello,

How I make to clean some SAYS in a DIALOG? I am making this:

@ 10,20 SAY OSAY VAR ' MY TEXT ' OF ODLG UPDATE
.
.
.
ODLG:UPDATE()

This command is cleaning the GETs but the SAYs is not cleaning.

Many thanks

Re: clear SAY? how?

PostPosted: Fri Mar 24, 2006 12:07 am
by wmormar
syda wrote:Hello,

How I make to clean some SAYS in a DIALOG? I am making this:

@ 10,20 SAY OSAY VAR ' MY TEXT ' OF ODLG UPDATE
.
.
.
ODLG:UPDATE()

This command is cleaning the GETs but the SAYs is not cleaning.

Many thanks


Yo lo hago de l siguiente manera:

@ 10,20 oSay PROMPT "Mi texto" OF oDlg UPDATE

sin problemas.

PostPosted: Fri Mar 24, 2006 9:27 am
by Antonio Linares
@ 10,20 SAY oSay PROMPT "Mi texto" OF oDlg UPDATE

oSay:SetText( "" )