function ReplaceComma2Char226
return replace(param(1),COMMA,numToChar(226))
end ReplaceComma2Char226
-- Or --
function ReplaceComma2Char226
local SomeText=param(1)
return replace(SomeText,COMMA,numToChar(226))
end ReplaceComma2Char226
----
Is the first example a possible source for error or these two examples are just practically the same?
----------
Sorry! I haven't find the way to have coloured scripts when starting a new post from the Google web page!
Regards
André