|
-
Nov 2nd, 2020, 05:54 AM
#4
Re: Split Database data into label size
 Originally Posted by AndyGable
So you can see why I have asked this question now
It's amazing what a difference providing all the relevant details can make. You should look into the String.LastIndexOf method. It will enable you to find the last index of the space character before a specific index in the original String. That will tell you where to make the first cut, and you can then continue doing the same thing for the next set of characters. Before you throw your hands up and cry that that's too hard for someone of your experience level, try working out the logic first, which requires no programming experience, and then writing code to implement the logic. You'll have a much better chance of succeeding that way. If it doesn't work in the end, we can always help further but at least you can give it a go.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|