April 23, 201114 yr 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 ; "/"; "\")
April 23, 201114 yr Your problem stems from the fact that \ is used in FM to escape quotes. Try this CF (or simply use the calc).
April 23, 201114 yr You are reflecting the client version of 11, so just use the calculation of Substitute ( YourField ; "/" ; "\\" ) HTH Lee
Create an account or sign in to comment