CompuServe Messages

#HiSoft Pascal

    19-Jun-92 10:07:59
Sb: #24630-#HiSoft Pascal
Fm: David Czaya 73445,407
To: Wayne Cole 76370,621
Yes, strings can be any length up to 255 (due to the length byte restriction), and I don't know what the array ceiling is offhand, so what you want can be accomplished. For example: const str : array [0..3] of string = ('test0','test01','test002','test0003'); -Dave-