GetFullMoons
Previous  Top  Next

GetFullMoons Method takes a Passed Year or Date, and fills an array of Reals -DIM(15,2) (passed by address) with Clarion Star dates for the full and new moons for the passed year in UTC .

getfullmoons

When the IDE wants to know which array element you want to use, feed it any one of them<g>.
The code template strips it out.

fielddims

This generates the following code in the embed:

BSTCalH.GetFullMoons(BHT:Date,BHT:FullMoons)