On internet i find the example:
working fine and results in a
Full XML:
If i change 3C for 00 it does not seem to work but then, my debug ends the string anyway due char 0 so i tested again with 9.
char 0 gives me using (PB's) asc()... 0 but 9 gives 90 and i assume it's skipping it and takes the Z from ZA
One must be able to embed all charcodes from 0 to 255 right?
Code:
<
Code:
<
Code:
<?xml version="1.0"?> <doc> <assembly code="1234"><ZA

A	dddd #x9, aaaa#xA bbb#xD </assembly> </doc>
char 0 gives me using (PB's) asc()... 0 but 9 gives 90 and i assume it's skipping it and takes the Z from ZA
One must be able to embed all charcodes from 0 to 255 right?
Comment