I am using vbscript to write to a file. How do I access the data from an imported file?
For example, the imported file contains loan numbers. When writing to the text file, how can I include the loan number?
I'm using this to write a RPA value to a vbscript string (Stamp is a varaible created in Foxtrot):
dim strValueIf RPAEngine.GetVar("Stamp", strValue) = True Thenmsgbox strValue, vbInformation, "Result"Elsemsgbox "the value can not be retrieved." vbcritical, "Result"End If
Any help is greatly appreciated