variable's

kyeron

LOMCN Veteran
Veteran
Loyal Member
Sep 28, 2008
296
1
45
timisoara
can u set 16 D variable's in same script ? if yes can any help me a lil pls i have tryed this but the vallue's showed arent corect

Code:
#act
FormatStr "FLD_nume='%s'" %USERNAME
ReadValueSql "TBL_KeyMaker" %A9 "FLD_nume,FLD_dvkey,FLD_woomakey,FLD_astkey,FLD_psckey,FLD_rmvkey,FLD_ztkey,FLD_ptkey,FLD_bpkey,FLD_jpkey,FLD_uwkey,FLD_mskey,FLD_fdkey,FLD_nrkey,FLD_ogrekey,FLD_stkey,FLD_arkey" @getinventory


[@getinvetory()]
#act
mov A1 %ARG(1)
mov D1 %ARG(2)
mov D2 %ARG(3)
mov D3 %ARG(4)
mov D4 %ARG(5)
mov D5 %ARG(6)
mov D6 %ARG(7)
mov D7 %ARG(8)
mov D8 %ARG(9)
mov D10 %ARG(10) ;past the D9 cos i saw on extreme script leason that A,D,P9 work separatly or something like that 
mov D11 %ARG(11)
mov D12 %ARG(12)
mov D13 %ARG(13)
mov D14 %ARG(14)
mov D15 %ARG(15)
mov D16 %ARG(16)
mov D17 %ARG(17)

#say
dv  <$output(D1)>
wooma  <$output(D2)>
ast  <$output(D3)>
psc  <$output(D4)>
.................
this should be the list with the kye's u have for every kr .. so my problem to this is that the <$output(Dn)> doesnt show the right vallue ,,, if i use only 1 or 2 variable's they show the right vallue's , but id like to make only 1 list with the key's that's why i kinda need to put all the FLD's in the same script but using diferent variable's
 
Last edited: