It's a member of the spawn TLO
I hate you, I really do

People, there is a really big difference between a datatype and a Top-Level Object (TLO). TLOs
do not have members, but datatypes do. You could get literally any datatype from using a Top-Level Object. For example, I could add a TLO that with no index, gives a string type... but if given an index, gives an int type. Lets call the TLO "IDontEatAcid"

string has a member called Equal, but int does not. So then your words "Equal is a member of the IDontEatAcid TLO" is proven false because it is not always true. If I use an index with IDontEatAcid, and try to use Equal, the parser would say "there is no int member 'Equal'" or smoething to that effect. However, with no index it would work perfectly fine. To the same effect, int has a member called Hex, but string does not. The same statement "Hex is a member of the IDontEatAcid TLO" is also proven false, because it is also not always true.
You probably know exactly what you meant, but unless everyone can use the correct terminology describing TLOs and datatypes, people will still be confused thinking that every TLO has different members, when really the members are tied only to datatypes. I'm not flaming you, but this needs to be straightened out for everyone
