anyone here got a function to find is a string is base64 encoded?
FlexibleLearning at aol.com
FlexibleLearning at aol.com
Sun Jul 25 11:59:29 EDT 2004
What about...
try
put base64decode(tStr) into tStr
catch errnum
return ""
end try
return tStr
/H
More information about the use-livecode
mailing list