[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 ?)


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.


References:
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>