aldweb

Fermer I. aldweb

Fermer II. Gratuitiels PC

Fermer III. Gratuitiels Palm

Fermer IV. Partagiciels Palm

Fermer V. iziBasic Palm

Fermer VI. Connaissance Palm

Fermer VII. Ordinateur Poche

Fermer VIII. miniPortail

Spécial !



Version mobile
de l'aldweb Site

m.aldweb.com


Ni Français, ni Anglais ?

Essayez donc l'un de ces drapeaux :
[de] [es] [it] [pt]
Recherche




Météo / Spam / www

Météo Lyon


aldweb contre le SPAM


Newsletter
Pour avoir des nouvelles de ce site, inscrivez-vous à notre Newsletter.
S'abonner
Se désabonner
298 Abonnés
Sites web de la famille

Webmaster - Infos
News Amis
Visites

   visiteurs

   visiteurs en ligne

Sondage
Comment trouve-tu le nouvel habillage de l'aldweb Site ?
 
Superbe !
Joli
Moyen
Moche...
Résultats
forum.gifForum - iziBasic - Sujet n°1572

Forum - Forum
iziBasic - iziBasic


Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 257

actif  Sujet n° 1572  Substitute for MID$ Statement

le 20/08/2007 @ 23:45
par Roy Sommers

Anonyme



Hi,
I need to replace a character in a string with a character from another string. I used to do this in Power Basic with the MID$ Statement. Is there a way in iziBasic?
Thanks,
Roy
Ecrire à Roy Sommers   Poster une réponse  Haut

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 1
--------
le 21/08/2007 @ 09:20
par aldweb

Anonyme

visiteur
Hello Roy,

You have the CHAR$(A$,N) function to get one character from one string which is similar to MID$(A$,N,1) that you may also use.
Then, for the receiving string, use the LEFT$() and RIGHT$() functions to get all positions back except for the one to insert.

Here is a quick example:

A$="1st string"
B$="2nd String"
C$=LEFT$(B$,4)+CHAR$(A$,5)+RIGHT$(B$,5)
D$=LEFT$(B$,4)+MID$(A$,5,1)+RIGHT$(B$,5)
E$=MID$(B$,1,4)+MID$(A$,5,1)+MID$(B$,6,5)
PRINT C$ ' should print: 2nd string
PRINT D$ ' same result
PRINT E$ ' still the same


Cheers,
aldweb
Ecrire à aldweb   Poster une réponse  Haut

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Réponse n° 2
--------
le 21/08/2007 @ 14:21
par roy sommers

Anonyme

visiteur
Hello aldweb,

Actually, one of my strings is only one character long. This should work fine, thanks a lot.
Roy
Ecrire à roy sommers   Poster une réponse  Haut
actif sujet actif   clos sujet clos   Important! Important!   Nouveau Nouveau message   -   Rectifier Rectifier message   Clôturer Clôturer sujet   Remonter Remonter
[]
Catégories de discussion  Forum 



 
^ Haut ^