Subject RE: [firebird-support] special string question
Author Leyne, Sean
Olaf,

> Is there an simpler way than this?
>
> While count < strlength
>
> Character = substring(input from count for 1)
>
> Select exchangecharakter from table where inputcharacter = character into
> :newcharacter
>
> Newstring = newstring || newcharacter;

Is the character mapping "user definable" (does the mapping need to be stored in a table)?

Is the mapping of the characters consistent for all uses?

Do all characters always get mapped for all uses?


Sean