FastScript for Basic ARRAY

edited 7:26AM in FastScript
Hi

I am porting my C++ script to Basic for an Android project.

All is working 100% except the arrays.

I need to create a few single dimension arrays in the script but they do not work.

Dim dAGR_T = [0,1,2,3,4,5]
Dim dAGR_A[6] As Int
Dim oAGR(6) As Boolean

none of the above work. Either do not compile, think the oAGR(6) is a function etc etc.

Basically I will have the arrays in the C++ part of the app. Post the array data to the script end then execute the 'main' function in the script. Once done I must copy the data back from the Script to the C++ app.

Adie

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.