View Single Post
  #1361  
Old 24-02-2019, 18:48
describe19 describe19 is offline
Registered User
 
Join Date: Jul 2017
Location: australia
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
describe19 is on a distinguished road
I have another question: I am trying to make an array of strings I have tried this but it doesn't work:
var
MyArray: array [0..2] of string =('cat','dog','man');
Is it possible to declare and initialize an array of strings in such a way?
Reply With Quote