Arrays in Scripter are Variant arrays (actually all variables in scripter are variants), so that's what is supported. To use dynamic arrays you have to create wrappers in your Delphi code for that - creating a virtual global indexed property where in the getter and setter you read/write the value of your Delphi array items.
Hi Wagner. I Have solution for working in Scripter with dynamic arrays. Arrays announced in the code and sent to the scripter via RTTI. I implement system functions:
Low
High
Length
SetLength
GetItem(X: array; Index : integer)
SetItem(X: array; Index : integer; Item)
The solution passed several tests and bug fixes, but still raw.
The solution was updated to version 7.7
Tell me how can I take You files? E-mail, personal message or post here?