Double quotes to a String - fdk
Hi All,
How can we add double quotes to a string that i fetch dynamically?
I have a string like
StingT my_var;
my_var=D:/FrameTest/abc.fm
Now I want to change this to "D:/FrameTest/abc.fm";
Is there any frame maker librabry that i must include to do this?
The normal C method like using escape string "\"my_var\"" does not work .Any ideas are appreciated.Thanks in advance!
