Search found 147 matches

by Djek
Fri Aug 04, 2017 10:31 pm
Forum: The Water Cooler
Topic: The Unofficial Macro Scheduler Puzzler #11
Replies: 8
Views: 25325

Re: The Unofficial Macro Scheduler Puzzler #11

Thanks for the puzzle, JRL i just saw it, and i do not think i can do it faster then Hagchr solution. But i guess i could go for the most simple solution? I know, im a bit cheating but it does supply you the answer: Let>num_1=12345678987654321234567898765432123456789876543212345678987654321 Let>num_...
by Djek
Wed Jun 07, 2017 10:59 am
Forum: Technical / Scripting
Topic: Alphabetical Order
Replies: 4
Views: 3164

Re: Alphabetical Order

much better, Marcus,

i did nt know about that command,

kind regards
Djek
by Djek
Tue Jun 06, 2017 10:19 pm
Forum: Technical / Scripting
Topic: Alphabetical Order
Replies: 4
Views: 3164

Re: Alphabetical Order

hey PepsiHog, well, about this problem of yours i am very curious, because i once needed a list sorted so i build it myself. But i am sure there must be a more normal way to do this. Anyways, its quick, (because the sorting isnt programmed) and it works. Just be sure not to have illegal characters i...
by Djek
Thu Apr 13, 2017 7:17 am
Forum: Technical / Scripting
Topic: Problem with Arabic language and Writeln
Replies: 5
Views: 4240

Re: Problem with Arabic language and Writeln

hi Stefano,
try this:

Code: Select all

let>WLN_ENCODING=UNICODE
DeleteFile>c:\beheer\Arabic test.txt
let>variable_1=Abdullah Al Rowaished Habes Nafsak عبد الله الرويشد - حابس نقسك
WriteLn>c:\beheer\Arabic test.txt,nWLNRes,variable_1
ExecuteFile>c:\beheer\Arabic test.txt
kind regards,
Djek
by Djek
Sun Mar 26, 2017 8:43 pm
Forum: Technical / Scripting
Topic: Problem with Arabic language and Writeln
Replies: 5
Views: 4240

Re: Problem with Arabic language and Writeln

hi, standard text save, is ANSI formatted. So if have to save something in "strange" chars, then you might try Unicode format to save. But writeln does not support (or i dont know it) Unicode format. I had a similar problem saving Label specifications for food products. I use a workaround, i abused ...
by Djek
Tue Mar 21, 2017 11:51 pm
Forum: Technical / Scripting
Topic: Can You Explain This
Replies: 11
Views: 6778

Re: Can You Explain This

your welcome !
:D
by Djek
Tue Mar 21, 2017 11:33 pm
Forum: Technical / Scripting
Topic: Can You Explain This
Replies: 11
Views: 6778

Re: Can You Explain This

Looks simple to me that,
first you open a file named %vSeqNum%.txt
and then you define VseqNum to the value "Sequence no 59749833"
And I guess you do not have a file namend like that and this file he tries to read.

kind regards,
Djek
by Djek
Fri Mar 03, 2017 12:15 am
Forum: The Water Cooler
Topic: 20 Years of Macro Scheduler!
Replies: 7
Views: 21864

Re: 20 Years of Macro Scheduler!

Congrats Marcus !

Think of all the automation projects you have made possible,
amazing...
:D
by Djek
Tue Feb 21, 2017 1:14 pm
Forum: Technical / Scripting
Topic: GetFileList returns the filter in output ?
Replies: 2
Views: 3037

Re: GetFileList returns the filter in output ?

Thanks Marcus,

ive re-downloaded this version and everything looks allright now,
:D
kind regards,
Djek
by Djek
Tue Feb 21, 2017 9:59 am
Forum: Technical / Scripting
Topic: GetFileList returns the filter in output ?
Replies: 2
Views: 3037

GetFileList returns the filter in output ?

hi , im not sure, but because im using version 14.3.10 can some with a lower version test what the output is : let>directoryIN=c:\windows GetFileList>%directoryIN%\*.*,files,; Messagemodal>files this is my output: c:\windows\*.*\write.exe;c:\windows\*.*\WMSysPr9.prx;c:\windows\*.*\winhlp32.exe;c:\wi...
by Djek
Fri Jan 06, 2017 8:48 am
Forum: General Discussion
Topic: Timer Question
Replies: 2
Views: 3992

Re: Timer Question

hi, just change If>ElapsedTime>=PollingTime into If>ElapsedTime>PollingTime look up in the Help Simple Expressions Simple expressions can contain only two parts separated by one of the following operators: = Equals > Greater than < Less than <> Not Equal if youre not sure what happens, try to use th...
by Djek
Sat Dec 31, 2016 10:01 pm
Forum: General Discussion
Topic: MS Editor Version
Replies: 2
Views: 4217

Re: MS Editor Version

no,
The latest version is: 14.3.07
by Djek
Sat Dec 10, 2016 3:47 pm
Forum: The Water Cooler
Topic: MacroScheduler I/O 2017?
Replies: 2
Views: 10407

Re: MacroScheduler I/O 2017?

well the best place would be somewhere between Sweden and the UK...

lets say: the Netherlands ?
:lol:
by Djek
Mon Dec 05, 2016 9:25 am
Forum: Technical / Scripting
Topic: Always looping
Replies: 3
Views: 4363

Re: Always looping

yes i agree with Marcus that it a wrong use of expressions, and of the while loop. but ini is empty if you get the value of the string i broke your code down and managed to create a working one: :D let>vieta1=c:\testdir11 let>vieta2=c:\testdir12 let>vieta3= let>vieta4= Let>numeris=1 let>ini=dummyval...
by Djek
Sat Nov 26, 2016 12:21 pm
Forum: Technical / Scripting
Topic: Browseing using the input box
Replies: 3
Views: 6698

Re: Browseing using the input box

youre sure you have at least MS version 14.3.01 ?

https://www.mjtnet.com/blog/2016/09/07/ ... -released/

:D
Sign up to our newsletter for free automation tips, tricks & discounts