Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Space beween letters
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00522433
Message ID:
00522458
Vues:
9
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform