PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → wd 21 hexidecimal figures in debug
wd 21 hexidecimal figures in debug
Iniciado por guest, 21,nov. 2016 19:12 - 2 respuestas
Publicado el 21,noviembre 2016 - 19:12
Hi

I experiance a strange thing when debugging webdev 21 ( dynamic site ) server code.

If i do a search on a grand ledger account nuber and the outcome should be 1401
then I get 31 34 30 31

It looks like some kind of hexdecimal number for a string I get long string looking numners as well

This not onley unreadeble it sometimes created faults. For in my code I sometimes use a switch on a constant that is for instance 1 till 10. It then skips over the code for the odd number is not equl to anything.

Has anyone had this as well. If So is there a solution to fix it ?


regards
Allard
Publicado el 21,noviembre 2016 - 19:31
Hi Allard

on the right of the debug window, there is a TOGGLE type button to switch from normal to hexa and back. Just click it

Best regards
Publicado el 21,noviembre 2016 - 19:37
Thanks!!!!

Thank you very mutch !!!

Regards
Allard