|
|
I have POV version 3.7.0.msvgc10.win64
While editing a file I pasted a set of numbers into an array from a text file.
Like this :: #declare Tab=array[4]{ 1 2 3 4 }
I was going to go back and put commas in but forgot and ran it anyway and It
still worked!
So I tried ::
#declare Sf=array[4]{"a" "b" "c" "d"}
#declare Sf=array[4]{<1,2,3> <1,2,3> <1,2,3> <1,2,3>}
They also worked !
Learn something new every day!
Have Fun!
Post a reply to this message
|
|