Search found 1 match

by edypark7
4 years ago
Forum: Syntax
Topic: GDX and GDXXRW
Replies: 2
Views: 4359

GDX and GDXXRW

I am having trouble reading a 3 dimensional matrix (data is binary) from Excel using the GDXXRW function. My code is as follows. Sets i RF /RF1*RF276/ j AL /AL001*AL659/ k SD /AE1, AE2/ ; Parameter a(i,j,k) *c(j,k) *b(i) ; $call GDXXRW GAMSGDX.xlsx para=a rng=a(ijk)!a1:axs278 maxDupeErrors=4 rdim=1 ...