Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Space beween letters
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00522433
Message ID:
00522458
Views:
8
There is a sample code that will insert blanks between letters
 lcStr = "special"
 ? TRANSFORM(lcStr, "@R " + TRIM(REPLICATE("X ", LEN(lcStr))))
>I have a special form to be filled
>where there a blanks and there are spaces
>between blanks.
> Each blank has space for one letter.
>
> How can I space betten letters
>
> I am using @say command.
>
> How can I transform a word as below:
>
> "special"
>
>to
>
> "s.p.e.c.i.a.l"
>
>Thanks
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform