Many many happy returns of the day.
1. Learning Say/Get with Fivewin
When using array to get input, next get is also showing same value as first get.
#include "fivewin.ch"
function main()
DEFINE DIALOG oDlg FROM 1, 1 TO 40, 100 TITLE "Get Test with Array"
cCODE:=ARRAY(10)
afill(cCODE,space(30))
N:=0
for i=10 to 100 step 15
  n:=n+1
  @ i,5 say n PIXEL of oDlg
  @ i,10 get cCODE[n] PIXEL of oDlg Â
next i
ACTIVATE DIALOG oDlg
return .t.Regards.
Yunus
Yunus
FWH 21.02