Hey! I'm trying to export using AXLL and have been able to write single variables and simple composite tables, but can't figure out how to slice a variable. I'm not sure if this is something I haven't learned about Sets or something with WriteCompositeTable.
I want to do this:
my_set := {A(x, ‘Blue’), B(x)}
axll::WriteCompositeTable(
IdentifierReference : my_set,
TopLeftCell : "A1");
It's the ‘Blue’ part that I can't figure out.
Thanks in advance!