I wrote:
I'm also planning to add the following routines [to the StringUtils unit] for parsing strings (again, comments welcome):
function Char2Boolean (ch : Char; var Dest : Boolean) : Boolean; procedure StrSkipSpaces (const s : String; var i : Integer); [...] function StrReadEnum (const s : String; var i : Integer; var Dest : Integer; var IDs : array of PString) : Boolean;
Just to let you know, I've added them now (will be in the CVS soon).
Frank