putting variables into VB Script
Posted: Sun Feb 22, 2015 4:43 pm
Hi,
I have a button that I want to use to run a VB Script, but I need to pass 2 pieces of information from livecode into it, I have these strings:-
strUser="11111111"
strPass="22222222"
and need to find a way to put the vbscript into it, then get it to amend these numbers with details from variables entered into livecode, then I want it to run the script
Any help would be appreciated
I have a button that I want to use to run a VB Script, but I need to pass 2 pieces of information from livecode into it, I have these strings:-
strUser="11111111"
strPass="22222222"
and need to find a way to put the vbscript into it, then get it to amend these numbers with details from variables entered into livecode, then I want it to run the script
Any help would be appreciated