Accessing pre-defined record types
In my master application I have a record that I want to access within a FastScript script. For example:
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->Type TMyType=Record
a:integer;
b:double;
c:string;
end;<!--fontc--></span><!--/fontc-->
Is it possible to access this record (or re-declare the record) within the script?
I have workarounds that are acceptable, but are not very clean, and I'm not sure what the "right" way to do this would be given the capabilities and limitations of FastScript.
Thanks,
Carl.
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->Type TMyType=Record
a:integer;
b:double;
c:string;
end;<!--fontc--></span><!--/fontc-->
Is it possible to access this record (or re-declare the record) within the script?
I have workarounds that are acceptable, but are not very clean, and I'm not sure what the "right" way to do this would be given the capabilities and limitations of FastScript.
Thanks,
Carl.