^UNI ^BAT??
vining
Posts: 4,368
Ok how?
How do you append when using unicode? The only other thing I've found is %UN in the BMF. Did we loose the string limitation when going ^UNI?
FYI, ^BAT specifically states that it's for none Unicode text.
How do you append when using unicode? The only other thing I've found is %UN in the BMF. Did we loose the string limitation when going ^UNI?
FYI, ^BAT specifically states that it's for none Unicode text.
0
Comments
With the ^UNI in place I'm consistently cut short at 47 chars so what's a poor boy to do? I guess I could try ^BAT if & when strings over 47 chars are required and see what I get but shouldn't this have a solution already developed. Am I just an odd ball for wanting ^UNI strings longer than 47 chars.
I guess it's probably that these are widechars so the byte limit is reached with less chars cuz these are fatter. Excuse the technical term but I still have brain issues grasping fundamental things like datatypes and bytes. Ok, since I'm really stupid when it comes to this stuff but if a char is 8 bit and a widechar 16 bit wouldn't my string for a Unicode cut off at 1/2 the char limit as plain text?
Well this bytes! Not a very clean work around. How do you go about creating a paragraph made up of individual buttons of 45 unicode chars max each. If they are able to overcome the 199 bytes lmitation by creating the ^BAT command for plain text why couldn't they come up with a ^UNIBAT command? This technote reference I found was from 2006, they've had plenty of time unless maybe they're too busy, wasting time, taking stupid tests. What happened to priorities? Waste time on stupid s hit after every else is working the way it should.
No problem, I'll just spend more time re-doing my GUI and modifying my code as a work around for something that should have been addressed long ago.