01-16-2012, 07:57 AM
Can I put int value into a string of bytes, may be through the point?
Something like this:
str s="-test-"
int i=0x54534554
s[1]=i
out s
Something like this:
str s="-test-"
int i=0x54534554
s[1]=i
out s
