Guest
Hi,
If I build a string by using sprintf, the string will have double
quotes with it.
If I have to use double quotes within the system function it has to be
this way : system("mailx -s \"subject title\" -c \"emaiid@xyz.com\"
toemail@xyz.com ")
If I used concat to convert the string to a symbol and there by get
rid of the double quotes, it places \ in front of @ , . etc .....
Using the pattern matching functions doesnt work as they return string
values .....
If I build a string by using sprintf, the string will have double
quotes with it.
If I have to use double quotes within the system function it has to be
this way : system("mailx -s \"subject title\" -c \"emaiid@xyz.com\"
toemail@xyz.com ")
If I used concat to convert the string to a symbol and there by get
rid of the double quotes, it places \ in front of @ , . etc .....
Using the pattern matching functions doesnt work as they return string
values .....