Search found 3 matches
- Fri Aug 17, 2018 3:22 pm
- Forum: General Discussion
- Topic: Application launches all macros on start-up.
- Replies: 1
- Views: 3288
Application launches all macros on start-up.
I'm running Macro Scheduler version 13.1-01 on Windows 8. Every time I launch the msched.exe application, the program instantly launches all the macros listed. And it keeps launching them over and over again until I kill the process in task manager or manage to click on one in the list and open it i...
- Fri Feb 22, 2013 2:03 pm
- Forum: Beginners
- Topic: Displaying file contents of files with Hex 00 values
- Replies: 3
- Views: 9975
jpuziano, thank you for your help. I hadn't run into the RegEx function before, but I certainly won't forget it now! Here is the code I ended up using to replace the hex "00" nulls with "20" spaces. ReadFile>strFileName,strFileData Let>pattern=[\x00] RegEx>pattern,strFileData,0,matches,num,1,space,S...
- Fri Feb 22, 2013 6:15 am
- Forum: Beginners
- Topic: Displaying file contents of files with Hex 00 values
- Replies: 3
- Views: 9975
Displaying file contents of files with Hex 00 values
I've been "lurking" for quite some time and could usually find most of my answers if I searched the forums hard enough, but this time I'm stumped. I've written a program that reads an entire file ReadFile>strFileName,strFileData and then displays the file contents for the user in a memo window objec...