Is there a way to pass by reference when defining a user command?

Is there a way to pass by reference when defining a user command?

Ben_WilsonADSK
Community Manager Community Manager
23 Views
1 Reply
Message 1 of 2

Is there a way to pass by reference when defining a user command?

Ben_WilsonADSK
Community Manager
Community Manager

[ FlexSim 20.0.10 ]

I want to define a user command which would change the value of the parameters passed in. Then I could continue to use the changed data further on in my logic.

0 Likes
Accepted solutions (1)
24 Views
1 Reply
Reply (1)
Message 2 of 2

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

Pass an array - then any changes to the array can be used after the command call has returned.