Guru Salem Posted April 23, 2011 Posted April 23, 2011 My requirement is to change the file path character (from forward slash to backward slash)... but below function could not support. Pleas suggest me to achieve my objective Substitute ($path ; "/"; "\")
bcooney Posted April 23, 2011 Posted April 23, 2011 Your problem stems from the fact that \ is used in FM to escape quotes. Try this CF (or simply use the calc).
Lee Smith Posted April 23, 2011 Posted April 23, 2011 You are reflecting the client version of 11, so just use the calculation of Substitute ( YourField ; "/" ; "\\" ) HTH Lee
Recommended Posts
This topic is 5021 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now