Is there a guard sequence to test if a supplied parameter is a ascii string, ie, is_string, the same as there is is_integer? I check the docs and am unable to find anything. I tried is_list() but this doesn't seem to do what I want (it was a long shot). So what's the stardard approach here? Jeff.