global array list

  • if the line starts with // it is ignored (comment)
  • the line can start with INCLUDE: myfilename.txt followed by a filename. The filename must be located inside the package of the application or 'nearby' the workspace
  • it can be a regex or containing wildcards like GA-*
  • if the line is the string WAIT the process will be suspended for 200ms
 MY-GA-NAME
 // a comment line
 INCLUDE: myGAList.txt
 GA-NAME-*
 WAIT

version 6.0.241021

Edit All Pages