McGregor80
Programmer
How should i use MaskEdit to input IP adress. I used mask "000.000.000.000" but when i write IP (ex) 10.0.0.5
on output i get then AnsiString " 10. 0. 0. 5"
Prolem is that i don't want those space char becouse when i put this AnsiString to Socket->Host it doesn't interprete it correctly.
How should I use it?
Maybe i should use different component to get IP adress?
Thanks for help
on output i get then AnsiString " 10. 0. 0. 5"
Prolem is that i don't want those space char becouse when i put this AnsiString to Socket->Host it doesn't interprete it correctly.
How should I use it?
Maybe i should use different component to get IP adress?
Thanks for help