How to Add an Array to a Script
I need to add an array of currency values from my Delphi program into my script so it can be used as a variable within the script.
I know that within a script, I can add code like this:
But I need to create it within my program and make it available within the script. Is this possible?
Thank you.
Jack
I know that within a script, I can add code like this:
arr[1] := 100;
arr[2] := 200;
arr[3] := 300;
But I need to create it within my program and make it available within the script. Is this possible?
Thank you.
Jack
Comments
Use in Delphi: in script: