Search found 6 matches
- Tue Dec 29, 2020 8:45 am
- Forum: Beginners
- Topic: How to handle system errors?
- Replies: 7
- Views: 9590
Re: How to handle system errors?
Hi. Thanks for your answer. In fact I work with a compiled script (this should not make any difference for your concept). I understand your solution and I think is a good workaround. However, in general do you know any method to capture system errors within MS? MS knows that something went wrong bec...
- Thu Sep 03, 2020 9:05 am
- Forum: Beginners
- Topic: Debugger: how to easily simulate Args line of passed parameters?
- Replies: 2
- Views: 4911
Debugger: how to easily simulate Args line of passed parameters?
Dear Support, I'm debugging a program with different response, depending on passed parameters to the program. In my application I have a quite complex need to pass parameters to get flexibility. I'm using the standard /VarName=xxxx passing parameters method. For sure the included debugger is a key f...
- Mon Mar 16, 2020 3:04 pm
- Forum: General Discussion
- Topic: MS - Error with VBA Sub to write a binary file
- Replies: 2
- Views: 8758
Re: MS - Error with VBA Sub to write a binary file
ok.
thanks for the refences and explanations
massimo
thanks for the refences and explanations
massimo
- Mon Mar 16, 2020 12:59 pm
- Forum: General Discussion
- Topic: MS - Error with VBA Sub to write a binary file
- Replies: 2
- Views: 8758
MS - Error with VBA Sub to write a binary file
Hello, I have a trouble with this little subroutine in VBA (see file script attached) I have tested it first in real VBA environment and works ok. In MS I do get an error. ----- Macro Scheduler-------- Microsoft VBScript Compilation error: 1025 Expected end of statement Line 37, Colum 16 VBStart Sub...
- Tue Jan 21, 2020 8:45 pm
- Forum: Beginners
- Topic: Passing back parameters from sub to calling script
- Replies: 3
- Views: 3890
Re: Passing back parameters from sub to calling script
Thanks.
In the meantime I have used this method.
Good idea to exploit name of variable like the Sub Name
I hope that it is in your plans to extend MS to functions.
Anyway, very nice tool.
Massi
In the meantime I have used this method.
Good idea to exploit name of variable like the Sub Name
I hope that it is in your plans to extend MS to functions.
Anyway, very nice tool.
Massi
- Fri Jan 10, 2020 9:52 pm
- Forum: Beginners
- Topic: Passing back parameters from sub to calling script
- Replies: 3
- Views: 3890
Passing back parameters from sub to calling script
Hello, I am a new user of MS since 3 weeks only and this is my first post to this forum. I have already experimented quite a lot and already produced running EXE in this short time. However, for sure, I have still a lot to learn about MS. Variable localization nesting effect of it and parameter pass...