I am having issues with the Upper function. It is giving me an "incorrectly formated parameters" error when I am using it on some text files. Then an error "I" not appropriate (the "I" may be some other ascii character as this comes from OCR text).
This is the code:
//Let>sampletext=erwre123
ReadFile>C:\temp\upper.txt,sampletext
Let>sampletext={Upper(%sampletext%)}
MDL>sampletext
If I remark out the text file and use the "erwre123" it works fine. Does anyone know of a way around this? A reasonable way, I really don't want to use an expression or a string replace for each lower case letter.
Replacement for Upper function or work aroung
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Assuming you are using v12 have you tried just:
UpperCase>sampletext,sampletext
?
UpperCase>sampletext,sampletext
?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
will try now
No I havent tried it (didn't remember that one), I will try it shortly.
Thanks
Thanks