whiz
Senior Member
Posts: 568 Reputation: 8
– / – /
Joined: Nov 2008
|
O.P. RE: HELP - Arrays in the registry!
js code: WndLstId = ReadRegistry("Lst", "Id");
WndLstId.split(",");
WndLstTitle = ReadRegistry("Lst", "Title");
WndLstTitle.split(",");
// ...
Is that the right idea?
|
|