[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: Laurent Carlier <lordheavym@xxxxxxxxx>
- Date: Mon, 14 Oct 2024 18:16:48 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le lundi 14 octobre 2024, 17:49:15 UTC+2 Tim Dickson a écrit : > mid$ works fine for replacing a character in a string > eg. > > DIM myString as String ="RETUIOPLJBDNLQSXNKNSXKSXKBSKXKBBB" > > mid$(mystring,10,1)="Z" > print mystring > will give > > RETUIOPLJZDNLQSXNKNSXKSXKBSKXKBBB > > > regards, Tim > Thanks Tim !
Attachment:
signature.asc
Description: This is a digitally signed message part.
Any easy way to change a string ? and a bug (or maybe a feature ?) | Laurent Carlier <lordheavym@xxxxxxxxx> |
Re: Any easy way to change a string ? and a bug (or maybe a feature ?) | Tim Dickson <dickson.tim@xxxxxxxxxxxxxx> |