Changing unit type with variable
Hi,
I'm trying to change the system units with a variable. I retrieve data from an external XML file.
max want to get something like this:
units.SystemType = #Centimeters
but because I retrieve my data from an XML it gives me a string like this:
units.SystemType = "#Centimeters"is there a way to convert this string into something I can use to change this value?
thanks!

Comments
nevermind.. just found
nevermind.. just found out.
this did it!