Replace the colon character in file [Resolved]

Just starting out? Need help? Post your questions and find answers here.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Replace the colon character in file [Resolved]

Post by Kwai chang caine »

Hello at all :D

*i try to replace the : character (Colon) in the titile of file
I have found this one ∶
https://codepoints.net/U+2236
But i don't know how i can write it with chr() in PB :oops:

Someone have an idea ?

Have a good day
Last edited by Kwai chang caine on Mon Oct 27, 2025 7:17 pm, edited 1 time in total.
ImageThe happiness is a road...
Not a destination
Little John
Addict
Addict
Posts: 4807
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Replace the colon character in file

Post by Little John »

Code: Select all

Debug Chr($2236)
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5502
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Replace the colon character in file

Post by Kwai chang caine »

Thanks a lot for your precious and faster help
Have a very good day 8)
ImageThe happiness is a road...
Not a destination
Post Reply