Search found 4 matches
- Mon Feb 28, 2022 10:19 am
- Forum: Enhancement Suggestions
- Topic: Debug
- Replies: 2
- Views: 14685
Debug
It would be useful to add a shortcut to insert breakpoints
- Sat Feb 19, 2022 8:13 am
- Forum: Scripts and Tips
- Topic: Easter date and Easter Monday date
- Replies: 0
- Views: 43644
Easter date and Easter Monday date
Here is a little SRT to calculate the Easter and the Easter Monday based on the year. It's use the Vbscript written by me vbs_PadString and you can find it below. The results variables are: pasqua_1 = Easter date pasqua_2 = Easter Monday date Return date are in dd/mm/yyyy format /* Calcola data pasq...
- Thu Dec 03, 2020 4:08 pm
- Forum: General Discussion
- Topic: how can I debug script called by macro>
- Replies: 4
- Views: 18031
Re: how can I debug script called by macro>
Dear Marcus,
can you write an example? I have the same issue. Cannot debug a scipt calle from another scrip with parameters.
Thank you in advance.
Massimo Tivan
Banca Alpimarittime Bank
can you write an example? I have the same issue. Cannot debug a scipt calle from another scrip with parameters.
Thank you in advance.
Massimo Tivan
Banca Alpimarittime Bank
- Thu Jan 10, 2019 10:58 am
- Forum: Scripts and Tips
- Topic: PrettifyScp - Code Clean Up / Indenter
- Replies: 2
- Views: 14249
Re: PrettifyScp - Code Clean Up / Indenter
Very nice utility Marcus , but it changes some times variable within %% with a value. See below...
Before:Let>tmp0=WF_TYPE_DESC[%WF_TYPE%]
After: Let>tmp0=WF_TYPE_DESC[1]
Before: Let>strColonna=arrMatchesColonne_%k%
After: Let>strColonna=arrMatchesColonne_459
Before:Let>tmp0=WF_TYPE_DESC[%WF_TYPE%]
After: Let>tmp0=WF_TYPE_DESC[1]
Before: Let>strColonna=arrMatchesColonne_%k%
After: Let>strColonna=arrMatchesColonne_459