10-16-2019
01:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-16-2019
01:07 PM
The ilogic/vb.net equivalent:
Dim myArray(1,1) As String myArray(0,0) = "00" myArray(0,1) = "01" myArray(1,0) = "10" myArray(1,1) = "11" MsgBox( myArray(0, 1)) 'outputs string "01"
Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Blog: hjalte.nl - github.com