Search found 17 matches
- Tue May 14, 2019 11:40 am
- Forum: Scripts and Tips
- Topic: How do I create code snippets?
- Replies: 1
- Views: 7007
How do I create code snippets?
Hi I was looking for how to create snippets that can easily be used in new scripts to reuse code. I can see there is a tab for it in the software but I cant find any info on how to use that feature.
- Wed May 08, 2019 10:17 pm
- Forum: Technical / Scripting
- Topic: Passing VBS variable to Macro Scheduler
- Replies: 2
- Views: 3264
Re: Passing VBS variable to Macro Scheduler
Thanks, buddy. Got to love this forum and the software.
Macro Scheduler forever!
Macro Scheduler forever!

- Wed May 08, 2019 7:34 pm
- Forum: Technical / Scripting
- Topic: Passing VBS variable to Macro Scheduler
- Replies: 2
- Views: 3264
Passing VBS variable to Macro Scheduler
Hi. I am writing a macro that includes VBS. However, I need to use the output as a variable from the VBS code and I can't work out how to do it. VBStart Function IsFolderEmpty (ParemATT) Dim objFSO, objFolder, objNoContent MsgBox ParemATT End Function VBEND VBEval>IsFolderEmpty(1),ParemATT MessageMo...
- Mon Apr 15, 2019 10:17 am
- Forum: Technical / Scripting
- Topic: How do I execute and record an external Python script.
- Replies: 5
- Views: 5855
Re: How do I execute and record an external Python script.
Still having problems with it. Its generating the error related to file system permissions but even running MS in admin mode isnt working.
- Sun Apr 14, 2019 1:32 pm
- Forum: Technical / Scripting
- Topic: How do I execute and record an external Python script.
- Replies: 5
- Views: 5855
Re: How do I execute and record an external Python script.
Thanks. I didnt realise I can execute Python files like that but I have done a lot of batch files through MS before. Cool beans. 

- Tue Apr 09, 2019 4:29 am
- Forum: Technical / Scripting
- Topic: Using PY output as a variable not working in CreateDir
- Replies: 1
- Views: 2347
Re: Using PY output as a variable not working in CreateDir
OK I fixed it.
I was printing the IO to the output in PYexec, I think, rather than doing output and a variable contained in the code.
Not sure why that broke it as it partially worked but its cool now.
I was printing the IO to the output in PYexec, I think, rather than doing output and a variable contained in the code.
Not sure why that broke it as it partially worked but its cool now.

- Tue Apr 09, 2019 3:46 am
- Forum: Technical / Scripting
- Topic: Using PY output as a variable not working in CreateDir
- Replies: 1
- Views: 2347
Using PY output as a variable not working in CreateDir
For the life of me I dont get why this isn't working. It outputs the result of my python code as a modal but I can't use it in a string in CreateDir. /* python_code: some working python code */ //THIS WORKS PYExec>pcode,outputpy MessageModal>outputpy //THIS WORKS let>outputpy=12345 Let>dir=C:\Users\...
- Tue Apr 09, 2019 3:00 am
- Forum: Technical / Scripting
- Topic: How do I execute and record an external Python script.
- Replies: 5
- Views: 5855
How do I execute and record an external Python script.
Hi
I know you have a PY in the code builder but how do I execute an external PY file and record the output into MS, please?
I know you have a PY in the code builder but how do I execute an external PY file and record the output into MS, please?
- Fri Jun 22, 2018 2:29 am
- Forum: Technical / Scripting
- Topic: Is it possible to cURL?
- Replies: 1
- Views: 2481
Re: Is it possible to cURL?
Don't worry I worked out how to do it. Just run the cURL in CMD after installing the cURL library to my machine. 

- Wed Jun 20, 2018 1:24 am
- Forum: Technical / Scripting
- Topic: Is it possible to cURL?
- Replies: 1
- Views: 2481
Is it possible to cURL?
HI,
I want to do a cURL as I the url changes when I make the request and I want to fetch that as the result, so I would need the cURL functions.
Is that possible and how, please?
I have been looking through the forum ETC but I can't seem to find an example.
I want to do a cURL as I the url changes when I make the request and I want to fetch that as the result, so I would need the cURL functions.
Is that possible and how, please?
I have been looking through the forum ETC but I can't seem to find an example.
- Tue Jun 19, 2018 8:11 am
- Forum: General Discussion
- Topic: Can't upgrade free trial.
- Replies: 5
- Views: 7149
Re: Can't upgrade free trial.
Thanks. I got it. Removed the trial and installed the full version with my key. Thanks.
- Sun Jun 17, 2018 7:37 pm
- Forum: General Discussion
- Topic: Can't upgrade free trial.
- Replies: 5
- Views: 7149
Re: Can't upgrade free trial.
Is it really something that needs to involve that?
- Sun Jun 17, 2018 2:34 am
- Forum: General Discussion
- Topic: Can't upgrade free trial.
- Replies: 5
- Views: 7149
Can't upgrade free trial.
Hi, my trial of MS has expired but I can't work out how to upgrade it. I already have a key I bought ages ago but using a new PC because my old one broke. All the app says is, do I want to buy a key. YES goes to your site and NO does nothing. How can I enter my key to activate a working version, ple...
- Fri Jul 07, 2017 1:18 am
- Forum: General Discussion
- Topic: Window always on top
- Replies: 4
- Views: 11393
Re: Window always on top
This is awesome!
One question if I may, how to hard code the Window into it when one already knows the name of the window, please?
One question if I may, how to hard code the Window into it when one already knows the name of the window, please?
- Mon Jul 03, 2017 6:13 am
- Forum: Technical / Scripting
- Topic: FTP creating image file but zero bytes
- Replies: 1
- Views: 2782
FTP creating image file but zero bytes
Hi, Thanks again for this great forum! Now, I am uploading an image file from my local disk via your FTP in Code Builder. The file is created on my server but when I check it there are zero bytes of information. It is an image file and the image is fine on my local disk when I view it or check its n...