Notifications
Clear all
[Closed] Max script help, exporting vert.z data
Page 2 / 2
Prev
Nov 10, 2007 1:20 pm
I was about to document the above approach in the MAXScript Help for the next release when I realized there is a simpler reverse solution to your code that would be faster (execute() is generally slow):
theVal = bit.IntAsHex (bit.charAsInt "a")
-->"61"
bit.IntAsChar (bit.HexAsInt theVal)
-->"a"
Page 2 / 2
Prev