|
|
making 3000 star cat with more data but running into typecast issues.
#declare catalog2 = array[1][7] {
{ "5.1","23","2.606","41.757778","A3","107.18092300280163","And 02" }
}
works. typecast (float)string, then ok but I am not finding that.
#declare catalog = array[1][7] {
{ 5.1,23,2.606,41.757778,"A3",107.18092300280163,"And 02" }
}
fails of course.
whats the solution besides 2 arrays, a string and float array?
Post a reply to this message
|
|