I want replace the blank space by a caracter in an export of data. Because I have a problem when I want read the csv file in Excel. The blanck space is considering like a Return.
You can try to do a "while" instruction with the instruction strfind.
This function return the position of the caracter you are looking for.
Then you can add your string.
other interresting instructions :
strlen : return the Lenght of the string
strLtrim : delete the spaces in the beginning of the string
strRtrim : delete the spaces in the end of the string
substr : return a piece of a string
En français :
Pour moi, tu dois écrire la fonction dont tu as besoin car elle n'existe pas
Tu devrais essayer de faire une boucle en utilisant l'instruction strfind.
Cette instruction te permet de trouver la position du caractère que tu cherche.
Tu peux ensuite remplacé ce caractère par celui de ton choix en faisant des concaténations de morceau de chaine.
autres instructions qui peuvent te servir :
strlen : pour connaitre la taille d'une chaine de caractère.
strLtrim : supprime tous les blanc en début de chaine
strRtrim : supprime tous les blanc en fin de chaine
substr : renvoi un morceau de chaine de caractère
Comments
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com
If I have understand, this function realize a replacement of character by another? It's true?
You can try to do a "while" instruction with the instruction strfind.
This function return the position of the caracter you are looking for.
Then you can add your string.
other interresting instructions :
strlen : return the Lenght of the string
strLtrim : delete the spaces in the beginning of the string
strRtrim : delete the spaces in the end of the string
substr : return a piece of a string
En français :
Pour moi, tu dois écrire la fonction dont tu as besoin car elle n'existe pas
Tu devrais essayer de faire une boucle en utilisant l'instruction strfind.
Cette instruction te permet de trouver la position du caractère que tu cherche.
Tu peux ensuite remplacé ce caractère par celui de ton choix en faisant des concaténations de morceau de chaine.
autres instructions qui peuvent te servir :
strlen : pour connaitre la taille d'une chaine de caractère.
strLtrim : supprime tous les blanc en début de chaine
strRtrim : supprime tous les blanc en fin de chaine
substr : renvoi un morceau de chaine de caractère
Bon courage
The code of strReplace is as follows:
My blog - http://kashperuk.blogspot.com
MorphX IT in Russian - http://www.lulu.com/content/723888
Inside Dynamics AX 4.0 in Russian - http://www.ozon.ru/context/detail/id/3714582