Reply To: Error changing value in schedule

Home Forums Problems and solutions in GDL Lists and schedules Error changing value in schedule Reply To: Error changing value in schedule

#18049
Kristian Bursell
Participant

This issue has arisen again and I need to fix is. I am thankfully getting an error message now.
The error message is reporting “Incompatible Array Dimensions” however I cannot fixed the problem.
I use dynamic arrays extensively and
Example of script below with the error line being “xVPanel = _xVPanel”:

dim _xVPanel[1][]

for i = 1 to vertpan_numb
if i > vardim2(xVPanel) then
_xVPanel[1][i] = .160
else
_xVPanel[1][i] = xVPanel[1][i]
endif
next i

xVPanel = _xVPanel

parameters xVPanel = xVPanel

thanks,
Kristian

CADSWIFT
Australia