Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting into string at point of cursor
Message
 
À
24/04/1998 12:43:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00094702
Message ID:
00094709
Vues:
27
>Got somebody here who wants to insert into a string at the point the cursor is sitting. Any hints?

Dorris,

If this is an editing window, try the following, after loading foxtools:
* Assuming it's active
lnwhandle = _WOnTop()
* To simply paste from the clipboard
= _EdPaste(lnwhandle)
* To insert whatever characters you want
= _EdInsert(lnwhandle, lcinsertstr, LEN(lcinsertstr))
hth,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform