[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any easy way to change a string ? and a bug (or maybe a feature ?)
[Thread Prev] | [Thread Next]
- Subject: Re: Any easy way to change a string ? and a bug (or maybe a feature ?)
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Mon, 14 Oct 2024 18:17:43 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Il 14/10/24 17:19, Laurent Carlier ha scritto:
For example: DIM myString as String ="RETUIOPLJBDNLQSXNKNSXKSXKBSKXKBBB" I would like to change the 10th character, replacing it with another. I can't find an easy way to do it.
Print Replace(myString, "JB", "JZ") Regards Gianluigi
Any easy way to change a string ? and a bug (or maybe a feature ?) | Laurent Carlier <lordheavym@xxxxxxxxx> |