Skip to main content
Participant
March 7, 2008
Question

how to break a very long word when it is longer then the cell width prvided?

  • March 7, 2008
  • 1 reply
  • 226 views
hi I have problem finding a solution to detect and break the sentence with no space or break in between when it reach the end of the cell width.

Example:
-----------

AVeryLongWordLikeThisAVeryLongWordLikeThisAVeryLongWordLikeThisAVeryLongWordLikeThisAVeryLongWordLikeThisAVeryLongWordLikeThisAVeryLongWordLikeThisAVeryLongWordLikeThisAVeryLongWordLikeThisAVeryLongWordLikeThis


how can I detect and break this so it didn't break my layout.
This topic has been closed for replies.

1 reply

Inspiring
March 7, 2008
As long as the caps are there, you can get their ascii values with the asc() function and put a space before each one, or whatever you think you want to do.