Parameters and variables

I’m using a “ClearCase Run Cleartool” action but the command I’m trying to run uses a -fmt “%u %Rf\n” parameter. When I run the action it fails with a error “Error expanding Arguments : Variable : u, - does not exist!”.

Can I escape the %'s so they are not seen as a variables?

Hi Wayne,

You can double-escape %s as %%. FinalBuilder will expand them to a single %.

- Angus

Angus,

Thanks for the reply; got it working now.

Thank you
Wayne