file bubble.iss has only a function that tries to iterate to a given index as argument.
function Sort(index:int Lista)
In a separate file, i have an include to bubble.iss and a call to function Sort: call Sort ${RegionPAs}
Main problem is i cant iterate and use index Lista.
${RegionPAs} it is defined as index int and i can be totally sure its filled during script execution.
Also tried to accept as argument both index and iterator of that index, but no luck (only for try).
function Sort(index:int Lista)
In a separate file, i have an include to bubble.iss and a call to function Sort: call Sort ${RegionPAs}
Main problem is i cant iterate and use index Lista.
${RegionPAs} it is defined as index int and i can be totally sure its filled during script execution.
Also tried to accept as argument both index and iterator of that index, but no luck (only for try).
Attachments
-
459 bytes Views: 280