assign on a get

Post Reply
User avatar
Silvio.Falconi
Posts: 7136
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

assign on a get

Post by Silvio.Falconi »

to assign on a get a number How I must do .. :D .I not remember



IF lValore
nValore:=1
* aGet[7]:ctext(nValore) this make error
aGet[7]:refresh()
Specivalue(aTemp2,lValore,nValore,oBrw2,nRadio2)
ENDIF
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
karinha
Posts: 7935
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: assign on a get

Post by karinha »

VARPUT()

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: assign on a get

Post by nageswaragunupudi »

* aGet[7]:ctext(nValore) this make error


Code: Select all | Expand

aGet[7]:ctext := nValore
Regards

G. N. Rao.
Hyderabad, India
Post Reply