--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gosu-lang+unsubscribe@googlegroups.com.
To post to this group, send email to gosu...@googlegroups.com.
Visit this group at https://groups.google.com/group/gosu-lang.
For more options, visit https://groups.google.com/d/optout.
You are welcome. Have a good day!
--
I am fairly new to Gosu scripting and am getting this below exception on in Gosu script editor while trying to print an entity:var period = Query.make(entity.PolicyPeriod).compare("PublicID", Equals, "somePublicID").select().FirstResult
print(period)if(period.Buildings_CG == null) ///**********************This line is failing *******************//
{
print("period.Buildings_CG is null ?")
}
--
You received this message because you are subscribed to the Google Groups "gosu-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gosu-lang+unsubscribe@googlegroups.com.
To post to this group, send email to gosu...@googlegroups.com.
Visit this group at https://groups.google.com/group/gosu-lang.
For more options, visit https://groups.google.com/d/optout.