By continuing to use this website, you agree with our
Cookie Policy
Confirm
RU
EN
Main Page
Download
Addons
Forum
Blog
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
News:
AIMP for Android v4.30
AIMP Forum
»
AIMP for PC
»
Questions
(Moderator:
Tarik
) »
How can I replace “, ” (with a space) with “;”?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How can I replace “, ” (with a space) with “;”? (Read 516 times)
0 Members and 1 Guest are viewing this topic.
How can I replace “, ” (with a space) with “;”?
«
on:
March 21, 2026, 18:56:42 »
genzlod
Новичок
Posts: 2
Карма: +0/-0
I’ve been using AIMP and the Tag Editor for quite some time.
Code:
[Select]
=%ReplaceEx(%Value,/ ,;,/,;)
This function has been very useful for replacing “/ ” (with the space) and “/” for “;”, but it doesn’t seem to work the same way with commas because AIMP uses them as separators. Is there any way to do this?. To tell AIMP to replace the comma as-is instead of using it as a separator.
(translated from Spanish).
Logged
Re: How can I replace “, ” (with a space) with “;”?
«
Reply #1 on:
March 21, 2026, 20:03:20 »
Алексей Долматов
Эксперт
Posts: 3504
Карма: +466/-73
࣭
Use the function "char". Code = 44.
Read more...
Logged
Re: How can I replace “, ” (with a space) with “;”?
«
Reply #2 on:
March 21, 2026, 20:09:14 »
Алексей Долматов
Эксперт
Posts: 3504
Карма: +466/-73
࣭
The system also has a character table. You'll just have to use a calculator (another tool) to convert hex to decimal.
Read more...
Logged
Re: How can I replace “, ” (with a space) with “;”?
«
Reply #3 on:
March 21, 2026, 21:09:23 »
genzlod
Новичок
Posts: 2
Карма: +0/-0
Thank you, bro! I didn't know about the %Char function; it's so handy
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
AIMP Forum
»
AIMP for PC
»
Questions
(Moderator:
Tarik
) »
How can I replace “, ” (with a space) with “;”?