FErase problem?

J12345T

Member
Licensed User
Hi Erel,

I'm using v6.3 and want to erase a string from the fore layer. When I use the term FErase(0,0,480,800) it gives the error 'Use of undeclared array'. Any ideas?

Thanks,

JT.
 

mjcoon

Well-Known Member
Licensed User
...
FErase(0,0,480,800)
...
JT.

Was that verbatim? Did you forget to include the name of the form, as in:

Form1.FErase(0,0,480,800)

Because just on its own like that it looks to the compiler like the use of an array, hence the error message.

HTH, Mike (despite not being Erel!)
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…