Efficient way to crop text by length in cm
Hi,i hope I haven’t missed a function, but I’m looking for a efficient way to crop text by a given length and not by the number of characters, like “strsub”.Maybe somebody have a better solution.My actual solution is:while stw(txt1) >100 do !** 100 i...