Search found 4 matches

by BAM
Mon Feb 28, 2022 10:19 am
Forum: Enhancement Suggestions
Topic: Debug
Replies: 2
Views: 9235

Debug

It would be useful to add a shortcut to insert breakpoints
by BAM
Sat Feb 19, 2022 8:13 am
Forum: Scripts and Tips
Topic: Easter date and Easter Monday date
Replies: 0
Views: 33154

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...
by BAM
Thu Dec 03, 2020 4:08 pm
Forum: General Discussion
Topic: how can I debug script called by macro>
Replies: 4
Views: 16480

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
by BAM
Thu Jan 10, 2019 10:58 am
Forum: Scripts and Tips
Topic: PrettifyScp - Code Clean Up / Indenter
Replies: 2
Views: 13021

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
Sign up to our newsletter for free automation tips, tricks & discounts