Accessing pre-defined record types

edited 12:09AM in FastScript
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.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.