Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to deal with unicode in strings?
#1
I'm trying to wrtite macros that deal with unicode characters - and noticed that very soon unicode is lost:
Code:
Copy      Help
str s.getclip;
paste s; 
str b=s;b=b.left(b 1);
paste b;

the first paste is fine, b hasn't survived. Do I need a different declaration to enable unicode for b or what's the problem?


Messages In This Thread
How to deal with unicode in strings? - by MBaas - 08-04-2021, 08:08 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)