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.
Search found 44 matches
- Wed Oct 28, 2009 11:17 pm
- Forum: General Discussion
- Topic: Compiler and command line issue.
- Replies: 15
- Views: 17826
- Wed Oct 28, 2009 11:03 pm
- Forum: General Discussion
- Topic: SYS_DIR variable and Windows XP x64
- Replies: 1
- Views: 3965
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...
- Tue Oct 27, 2009 7:03 pm
- Forum: General Discussion
- Topic: Compiler and command line issue.
- Replies: 15
- Views: 17826
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...
- Tue Oct 27, 2009 3:38 pm
- Forum: General Discussion
- Topic: Compiler and command line issue.
- Replies: 15
- Views: 17826
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...
- Thu Oct 22, 2009 3:29 pm
- Forum: Enhancement Suggestions
- Topic: Editor character colors
- Replies: 1
- Views: 6073
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 ...
- Tue Oct 20, 2009 7:44 am
- Forum: General Discussion
- Topic: String expression artefact
- Replies: 10
- Views: 10877
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...
- Mon Oct 19, 2009 4:09 pm
- Forum: General Discussion
- Topic: String expression artefact
- Replies: 10
- Views: 10877
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...
- Mon Oct 19, 2009 11:25 am
- Forum: General Discussion
- Topic: String expression artefact
- Replies: 10
- Views: 10877
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...
- Mon Oct 19, 2009 8:42 am
- Forum: General Discussion
- Topic: String expression artefact
- Replies: 10
- Views: 10877
Hi Gale,
Just run this codeAre you sure you removed trailing spaces on all statements?
Code: Select all
Let>MyPass={"{~@%$#*!?}"}
MDL>%MyPass%
- Sun Oct 18, 2009 9:59 pm
- Forum: General Discussion
- Topic: String expression artefact
- Replies: 10
- Views: 10877
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...
- Sun Oct 18, 2009 9:59 am
- Forum: General Discussion
- Topic: String expression artefact
- Replies: 10
- Views: 10877
String expression artefact
Hi,
Just run the code below.
This artefact makes difficulties when RegistryWriteKey command is used.
Just run the code below.
Code: Select all
Let>a=Hello everybody
Let>b={"a"}
MDL>%b%
MDL> %b%
- Thu Oct 08, 2009 9:05 am
- Forum: General Discussion
- Topic: MS update was released. Known bugs wasn't fixed. Why?
- Replies: 3
- Views: 4926
- Mon Sep 21, 2009 5:31 pm
- Forum: General Discussion
- Topic: MS update was released. Known bugs wasn't fixed. Why?
- Replies: 3
- Views: 4926
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...
- Thu Sep 17, 2009 1:49 pm
- Forum: General Discussion
- Topic: GetFileList command and non-english filenames.
- Replies: 4
- Views: 6005
Hi, mtettmar!
Best regards.
Yes, it really works!!! Thank you for your assistance.I wonder if this might help:
http://www.microsoft.com/globaldev/hand ... lsupp.mspx
Best regards.
- Thu Sep 17, 2009 9:59 am
- Forum: General Discussion
- Topic: GetFileList command and non-english filenames.
- Replies: 4
- Views: 6005