Sparx Systems Forum

Enterprise Architect => Bugs and Issues => Topic started by: pfsarli on August 22, 2008, 03:47:39 am

Title: %REPLACE( ... )% macro in the CGT
Post by: pfsarli on August 22, 2008, 03:47:39 am
I am trying to substitute the output Windows path character ( \ ) for the Linux path character ( / ) in a code generation template, like this:

%REPLACE( $variable, "\\", "/" )%

but for some reason this is not working. No substitution is performed. Could somebody tell me why? Thanks...