Use $chr(44) smile
For characters such as , in aliases and | in.. script lines you can use $chr and it's ascii number.
To see more ascii values you can google "asci tables" or do
//echo -a $asc(character)
Replace character with the character you want and ut will return it's ascii value!