Page 1 of 1

TSay error

Posted: Fri Sep 28, 2007 10:38 am
by Willy
I use this code

Code: Select all

aoSay[i] := tSay:New(100,100,{||"test"},oDlg,,,,.T.,,.T.)
It gives an error

Variabele does not exist : tSay

I do not see any error

What am I doing wrong ?

Thanks,

Willy

Re: TSay error

Posted: Fri Sep 28, 2007 10:49 am
by Enrico Maria Giordano

Code: Select all

aoSay[i] := tSay():New(100,100,{||"test"},oDlg,,,,.T.,,.T.)
EMG

Posted: Fri Sep 28, 2007 10:56 am
by Willy
Of course.

I did not see it

Thanks.