Customizing the output of a loadstep
Hey guys,
I'm trying to customize the output of a load step. Trying to run again the relevant parts of the command file, an error is occurring in this line.
*startnotehistorystate {Updated string array}
*setvalue loadsteps id=1 STATUS=2 4873={ } ROW=0
*endnotehistorystate {Updated string array}
I'm pretty sure the empty brackets are the reason for the error, but I don't know how to get around them.
Could you help me out with this problem?
Kind regards
Simon
Attached you'll find my code. The relevant part starts after line 254.
Answers
-
Try removing the commands?
I recommend not to use *setvalue
It is new command and i think it's just a wrapping of native *attributeupdate commands, means that bug and bug when dev writes it. Can't trust new dev team so it's better to use native api!
0