Sign in to follow this  
Followers 0
kfarmer

VBScript Results

2 posts in this topic

Is there any way of returning the result of a VBScript back to a CX-Supervisor script? Thanks!

Share this post


Link to post
Share on other sites
For me works : @VBSCRIPT 'TODO: Add your VB Script here, e.g. Point("PointName") = OLE_1.Value Dim fso, theFile, retstring Set fso = CreateObject("Scripting.FileSystemObject") Path = fso.GetAbsolutePathName("") Point("schema_csv") = Path @ENDSCRIPT

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0