holycause
06-04-2010, 04:48 PM
hi guys,
I have a question about the strings literals.
When I'm using a stringstream, and the folder name starts with n, r or t it doesn't work.
imgNum += 1
locImg = locDir + matLibTemp[imgNum].name
str = "" as stringstream
format "(
seaSurfcustToolsRollout.btnMat0%.images = #(\"%.jpg\", undefined, 1, 1, 1, 1, 1)
)" i locImg to: str
execute (str as string)
how could I fix it?
I have a question about the strings literals.
When I'm using a stringstream, and the folder name starts with n, r or t it doesn't work.
imgNum += 1
locImg = locDir + matLibTemp[imgNum].name
str = "" as stringstream
format "(
seaSurfcustToolsRollout.btnMat0%.images = #(\"%.jpg\", undefined, 1, 1, 1, 1, 1)
)" i locImg to: str
execute (str as string)
how could I fix it?
