Re: String manipulation




"vincent wehren" <vincent@xxxxxxxxxxxxxx> wrote in message
news:d3ktct$h5m$1@xxxxxxxxxxxxxxxxxxxxxxxxxx
> "Nicholas Graham"
> | Any suggestions?

> Take a look at the built-in functions ord() and chr()
> -- Chapter 2.1 of the manual.

And more generally, read all of Chap.2 of the Library Reference on builtin
functions and types. Later chapters, most of them, are 'look up when you
need to' type stuff, but C.2 is core material that everyone should read
after the tutorial.

Terry J. Reedy



.