How to write relation to bring integer along with double quotation
I am using Creo Parametric Release 7.0 and Datecode7.0.5.0
I would like to write a relation like this STD_LUM - 2" x 4" but if I write String Parameter using Quotation mark the results comes like this STD_LUM - 2 ' ' x 4 ' '
SIZE = "STD_LUM - " + itos(W) + "''" + " x " + itos(H) + "''"
Here are the errors that I faced
Results not came as per my expectation.
