Page 1 of 1

Some doubts

Posted: 2004-06-06 20:48:19
by lixo
i have some doubts with injection language, help me

an exemple
uo.findtype("0x19B9","-1","Bag")
0x19b9 => type of the iten. Correct?

-1 => what is this?

bag = is the bag that i want to search, correct?

thanks

Posted: 2004-06-06 21:25:14
by WeedDevil
all correct
the -1 is the color code -1 = all colors /colors dont care...

Re: Some doubts

Posted: 2004-06-07 17:42:36
by Edred
lixo wrote:i have some doubts with injection language, help me

an exemple
uo.findtype("0x19B9","-1","Bag")
0x19b9 => type of the iten. Correct?

-1 => what is this?

bag = is the bag that i want to search, correct?

thanks


If you use "bag" with qoutes you need in create object "bag" in injection. Or use variable Bag:
VAR Bag = "0x0...." ; serial of your bag
uo.findtype("0x19B9","-1", Bag)