$ 0 0 Searching for a given ASSII code in a string? Why don't you use the existing string function? POSITION('0A'xc in str) or WHERE str LIKE '%'||'0A'xc||'%' Dieter
Searching for a given ASSII code in a string?
Why don't you use the existing string function?
POSITION('0A'xc in str) or WHERE str LIKE '%'||'0A'xc||'%'
Dieter