Tengo un array de oGets que necesito acumular los valores pero solo de ciertos ogets cuando pierde el foco:
aeval(::aGets, { |o, x| iif(x in {1,4,6}, ::sumar(),)})
ahora no puedo usar mas el "in" en harbourd...
Alguna ayuda?
gracias.
aeval(::aGets, { |o, x| iif(x in {1,4,6}, ::sumar(),)})
if ( x in {1, 4, 6, 7 })
msginfo("existe")
endif
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 26 guests