I have strange behavior using updateChars. Letters in soe works are repeated, mixed…
The doc says :
'This is a very fast method to update the chars of a text object with another text. It assumes that the amount of chars of the text object does not change (means that the new text has to be of the same length than the previous text). ’
Maybe I don’t understand what amount of chars means :
- is it similar to string.len(txt)
- should I count non spaces char only ?
(I did tests in both ways, all resulting in strange display)
Thx [import]uid: 9328 topic_id: 27839 reply_id: 327839[/import]