Forum Moderators: open
For something like this I would create a new variable and assign the db value to that.
Then, you have a bunch of choices.
You could run a simple loop building the new variable up to 30 characters.
You could also do a Substring command to extract the first 30 characters.
It's not difficult.