31
Astrobasic / Re: getplanet
« on: April 01, 2022, 08:12:08 AM »
You should store the results from getplanet() into an array, from you example it is not clear but later on it seems that tnpDirOutput is an array after all.
Maybe you had better send me that code after all, i have trouble understanding your issue.
Code: [Select]
` getplanet array
i = 0; for ( i < 8 )
getplanet(i + 37, 3, tnpDirOutput[i]); ` <-- tnpDirOutput should be array
Maybe you had better send me that code after all, i have trouble understanding your issue.