PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD21 - Fill Unicode Field Programmatically
WD21 - Fill Unicode Field Programmatically
Iniciado por André Labuschagné, 22,jun. 2017 21:04 - 3 respuestas
Publicado el 22,junio 2017 - 21:04
Hi All

I have a Unicode string that I want to programmatically fill with black circle - the code is 25CF. How do I do that in Windev?

Cheers
André
Publicado el 22,junio 2017 - 21:11
Hi André

with the charactunicode function...

Best regards
Publicado el 22,junio 2017 - 21:23
Thanks Fabrice - now I just have to find the integer value of 25CF - will look.
Publicado el 22,junio 2017 - 21:31
Thanks - sorted.