Dear All,
I have a string "00000042" in a container "con" at position 1.
When I am getting the string in individual string for example.
s = conpeek(con, 1);
I am getting value as 42 and not 00000042 i.e., it is loosing the previous string as I suppose its a zero.
so how to achieve the whole string "00000042" without loosing a 0;
Thanks.
*This post is locked for comments
I have the same question (0)