Hi Nicola,
If you still updating this help file, maybe you can adjust Asc()...
//asc() can be used not only as a function but as a statement also.
string sString = "12345"
asc(sString, 3) = 120 // give "12x45" (120 is ascii for "x")
Many thanks for your work, it is really appreciated...