🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Customizing the output of a loadstep

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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.

 

Unable to find an attachment - read this blog

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "tinh"
    Altair Community Member
    Updated by tinh

    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!