[jawsscripts] Problem again - now declaring StringArray

  • From: Csaba Árpádházy-Godo <arpadhazi68.jawsul@xxxxxxxxx>
  • To: JAWSScripts List <jawsscripts@xxxxxxxxxxxxx>
  • Date: Tue, 8 Nov 2022 04:12:59 +0100

Hello Listmates!

I ran into a problem again. Now regarding the declaration of an array. 
This is my code:

var
stringarray saReturn,
int iCount = StringSegmentCount (GetIniSectionNames ("XMon.ini"), 
cscVerticalBar)

saReturn = New StringArray(iCount)

The compiler gives an error on the last line. Namely this: "Error: 
StringArray is not an array or collection type"

I have looked at the declaration of arrays in FSDN several times and I 
do not see that the code I wrote is wrong. Does anyone have any idea 
what the problem could be?
Thanks!
Chaba
__________�

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts: