Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sharoun

Pages: [1]
1
Support and Feedback / Re: StrReplace
« on: February 05, 2017, 21:00:12 »
I have not check it yet
But I think you need to escape special character like "
 StrReplace($python_script_path, '"', "^\"");

And you need to use double quotes..  adeleweightloss.com single quotes are used for paths where you do not want it to escape characters..

http://multicommander.com/docs/multiscript/languagesyntax#escseq
I'm using this way.

Pages: [1]