-----Messaggio Originale----- Da: "Francesco Saverio Giudice" <i...@fsgiudice.com>
A: "Harbour Project Main Developer List." <harbour@harbour-project.org>
Data invio: domenica 22 febbraio 2009 15.06
Oggetto: Re: [Harbour] TGet: setting cursor position to ::nMaxLen + 1


> Thank you. I still can't get what I need but I will work on it later.
>
what is the problem ?

I'm trying to make a test for the new OVERRIDE command. First problem:

FUNCTION MAIN()

   LOCAL GetList := {}

   LOCAL cVar := SPACE( 35 )

   @ 1, 1 GET cVar

   GetList[ 1 ]:SetFocus()
//    GetList[ 1 ]:End()
   GetList[ 1 ]:Pos = 5

   READ

   RETURN NIL

Why End() works while Pos don't? Clipper gives the same result. Probably I simply forgot nearly all related to console programming...

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to