Search the Community

Showing results for tags 'how can i declare...'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 1 result

  1. string variables

    regards how can i declare a string variable on sysmac? can you bring me an example? ex. var _a = type array[0..2] of string[20] how can i put this string "hello world" on var_a[x]?  var_a[x]:="hello world" that is correct? thanks