I want to create a menu with those values, example: in list have 1,4,5,3,6 then the menu will have 4 lines A,B,C,D,E(picture 1) or in list have 1,3,6 then the menu will have 3 lines A,D,E (picture 2)
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
hoangninyb
i have
A = 1
B = 4
C = 5
D = 3
E = 6
.......
i have a code:
----
gg.clearResults()
gg.searchNumber("1000" , gg.TYPE_DWORD)
p = gg.getResultCount()
q = gg.getResults(p)
for i = 1,p do
l = {}
l = {}
l.address = q.address + 4
l.flags = 4
gg.getValues(l)
gg.addListItems(l)
gg.loadResults(gg.getListItems(l))
end
------
and in the list there will be values n
I want to create a menu with those values, example: in list have 1,4,5,3,6 then the menu will have 4 lines A,B,C,D,E(picture 1) or in list have 1,3,6 then the menu will have 3 lines A,D,E (picture 2)
Can you help me with a model?
plase help me!
8 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.