Search found 44 matches

by observer
Wed Oct 28, 2009 11:17 pm
Forum: General Discussion
Topic: Compiler and command line issue.
Replies: 15
Views: 15370

Hi,
There is one more suggestion.
We have a possibility to create a Unicode files now. And it is very useful.
But it would be quite reasonable to teach the compiler to auto detect/convert file encoding.
Best regards.
by observer
Wed Oct 28, 2009 11:03 pm
Forum: General Discussion
Topic: SYS_DIR variable and Windows XP x64
Replies: 1
Views: 3457

SYS_DIR variable and Windows XP x64

Hi, SYS_DIR variable's behaviour is really strange under Windows XP x64 . This variable is presented as C:\Windows\system32 if Let, MessageModal commands are used. But it equals C:\WINDOWS\SysWOW64 if WriteLn, ReadLn, ReadFile, ExportData commands are used. Just run the code below under Windows XP x...
by observer
Tue Oct 27, 2009 7:03 pm
Forum: General Discussion
Topic: Compiler and command line issue.
Replies: 15
Views: 15370

Hi, What exactly is the bug here? I don't see one... OS Windows XP SP3, MacroScheduler ver 11.1.15 So, if WLN_NOCRLF= 1 script result is... http://i679.photobucket.com/albums/vv159/observer666/HelloBug.jpg if WLN_NOCRLF= 0 the result is... http://i679.photobucket.com/albums/vv159/observer666/HelloNo...
by observer
Tue Oct 27, 2009 3:38 pm
Forum: General Discussion
Topic: Compiler and command line issue.
Replies: 15
Views: 15370

Hi, Please, fix the bug below Let>WLN_NOCRLF=1 Let>WLN_ENCODING=UNICODE WriteLn>C:\HelloTest.scp,nWLNRes,MDL>Hello! Let>RP_WAIT=1 RunProgram>msrt.exe -COMPILE C:\HelloTest.scp C:\HelloTest.exe -QUIET ExecuteFile>C:\HelloTest.exe, This bug happens because of WLN_NOCRLF= 1 . There is no problem if WLN...
by observer
Thu Oct 22, 2009 3:29 pm
Forum: Enhancement Suggestions
Topic: Editor character colors
Replies: 1
Views: 5110

Hi Dick, I agree with you. So, I had made a suggestion about Editor’s format http://www.mjtnet.com/usergroup/viewtopic.php?t=5676 It was not a good idea as a constant mode, because of too many colors and bold fonts make difficulties to analyze code logic. So, I get it back now. :) I suppose it is ...
by observer
Tue Oct 20, 2009 7:44 am
Forum: General Discussion
Topic: String expression artefact
Replies: 10
Views: 8922

Hi Gale, Because RandomPass is meant to be a variable name it should be enclosed in percents rather than quotes. So, there is no need to use MyPass variable at all. The code below works fine. // I get unpredictable string content from clipboard GetClipBoard>RandomPass // Then I save this variable in...
by observer
Mon Oct 19, 2009 4:09 pm
Forum: General Discussion
Topic: String expression artefact
Replies: 10
Views: 8922

Hi Marcus, Content of target string is unpredictable and I get it from other application. I had used PutClipBoard and GetClipBoard commands to demonstrate the string content is predefined. So, there is no way to use correct format of PutClipBoard command, because of GetClipBoard / ReadLn / RegistryR...
by observer
Mon Oct 19, 2009 11:25 am
Forum: General Discussion
Topic: String expression artefact
Replies: 10
Views: 8922

Hi Marcus, Do this: Let>MyPass={"{~@%$#*!?}"} MDL>MyPass What's wrong with my example? If it is correct why the error occured? So, try to find any workaround to resolve this issue: PutClipBoard>{~@%$#*!?} GetClipBoard>RandomPass Let>MyPass={"RandomPass"} MDL>Generated(crypted) password is %MyPass% M...
by observer
Mon Oct 19, 2009 8:42 am
Forum: General Discussion
Topic: String expression artefact
Replies: 10
Views: 8922

Hi Gale,
Are you sure you removed trailing spaces on all statements?
Just run this code

Code: Select all

Let>MyPass={"{~@%$#*!?}"}
MDL>%MyPass%
by observer
Sun Oct 18, 2009 9:59 pm
Forum: General Discussion
Topic: String expression artefact
Replies: 10
Views: 8922

Hi Gale, 1. Why does the command interpreter change the behaviour when an extra space is used? If I utilize %% symbols I expect to get the same result in both cases (%b% and %SPACE%%b%). How does interpreter distinguish the "final" variable value (Hello everybody) from "intermediate" value (a) 2. Su...
by observer
Sun Oct 18, 2009 9:59 am
Forum: General Discussion
Topic: String expression artefact
Replies: 10
Views: 8922

String expression artefact

Hi,
Just run the code below.

Code: Select all

Let>a=Hello everybody
Let>b={"a"}
MDL>%b%
MDL> %b%
This artefact makes difficulties when RegistryWriteKey command is used.
by observer
Thu Oct 08, 2009 9:05 am
Forum: General Discussion
Topic: MS update was released. Known bugs wasn't fixed. Why?
Replies: 3
Views: 4328

Hi!
As I see new update (11.1.15) was released. Noticed issues were fixed.
Good job!
Thank you Marcus.
Best regards.
by observer
Mon Sep 21, 2009 5:31 pm
Forum: General Discussion
Topic: MS update was released. Known bugs wasn't fixed. Why?
Replies: 3
Views: 4328

MS update was released. Known bugs wasn't fixed. Why?

Hi, I've tested new Macro Scheduler update (11.1.14). As I see next bugs was not fixed: 1. CompareBitmaps command issue (the command compares left 1/3 of selected files). Look at this thread for details http://www.mjtnet.com/usergroup/viewtopic.php?t=5660 2. Undo option issue (the option doesn't per...
by observer
Thu Sep 17, 2009 1:49 pm
Forum: General Discussion
Topic: GetFileList command and non-english filenames.
Replies: 4
Views: 5212

Hi, mtettmar!
Yes, it really works!!! Thank you for your assistance.
Best regards.
by observer
Thu Sep 17, 2009 9:59 am
Forum: General Discussion
Topic: GetFileList command and non-english filenames.
Replies: 4
Views: 5212

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