Page 1 of 1

Retrieve a string from ED while working with VBA

Posted: Tuesday 10 May, 2011 - 17:06
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!