RobotStudio event

Noob question - Array

Options
Hi. I would like to have an array in Rapid, with the size that would be determined in RAB. Is this possible? In the manual it says arrays in rapid are initialized in compilation time

Comments

  • RussD
    Options
    No, as you said you have to dimension arrays at declaration, and it is not possible to re-dim arrays.
     

    However, It is possible to use the CreateRapidData function to create RAPID data (incl. arrays) programmatically. I'm not sure how practical this would be in practice, as it may cause a loss of program pointer, etc. when you load or modify a module.
    Russell Drown