Retrieve a string from ED while working with VBA

All topics on coding 4Dscript in Enterprise Dynamics.
Post Reply
ElroyDeege
Posts: 5
Joined: Wednesday 13 April, 2011 - 16:19

Retrieve a string from ED while working with VBA

Post by ElroyDeege »

It is possible to retrieve a string from ED while working with VBA in the folling way:

Use the Run4DScript function that has been made available in the type library of Enterprise Dynamics. The return value is indeed a value. The first parameter is the 4DScript expression that needs to be executed. The second parameter is the string return value. So that is where your string will be returned.

Good luck!
Post Reply