Jacqueline covered it much better than me there. The lookupchar
function was indeed intended as a separate function for you to write.
eg. you might do something like this

-- field "input" contains list of chars which should be replaced, eg "ABC"
-- field "output" contains your desired output chars in matching order, eg "123"

function lookupchar tchar
   get offset (tchar,field "input")
   if it = 0 then return tchar else \
           return char it of field "Output"
end lookupchar
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to