Dear All
How to make a space after 4 characters in table list record
Before
After
Hi Hothorasman,
Use Substr function-
Substr(TextVar,0,4)+" "+Substr(TextVar,5,9)+" " toher string
Hope this will help you.
Regards
Rahul Sahu
Rahul Sahu wrote:
Dear Rahul Sahu
Thanks for the attention, this solution works
Hi,The easiest way is to create a function which will loop thru it and add a space on the given number of length.
The result is below
Cheers,JohnB
One way to do this is by using this component, I believe it will help you in several cases,
you can use this component both in editing and in listing.
See how to use in the example below:
Result:
Hope this helps.
Regards!
Thanks All
Rahul Sahu.JohnGB ,Agno Silveira
Best and regards