joss3D
09-07-2004, 09:59 PM
here is my problem:
I want to make a string array variable who contain the name of the selected CV of my nurbsPlan.
so i use this:
string $sel[] = `ls -sl -flatten`;
I want to print the CV's name in the following way: "nurbsPlan.cv[0][0]",
In order to use it in a procedur
i can print this: nurbsPlan.cv[0][0],
but not this: "nurbsPlan.cv[0][0]",
so how can I print the quotation mark (") ? //I don't realy know the english word for the symbol "
naturally maya can't understand to print like this: """ + $sel + """ + ","
So is there a trick for print the " or it's simply impossible?:shrug:
I want to make a string array variable who contain the name of the selected CV of my nurbsPlan.
so i use this:
string $sel[] = `ls -sl -flatten`;
I want to print the CV's name in the following way: "nurbsPlan.cv[0][0]",
In order to use it in a procedur
i can print this: nurbsPlan.cv[0][0],
but not this: "nurbsPlan.cv[0][0]",
so how can I print the quotation mark (") ? //I don't realy know the english word for the symbol "
naturally maya can't understand to print like this: """ + $sel + """ + ","
So is there a trick for print the " or it's simply impossible?:shrug:
