Dear Experts,
Good Day!!
What is the suitable syntax for var !t eval(nam)for all (equip bran mem gensec) in PML2
Im trying like
!collect = !!collectallfor(|equip,bran mem,gensec|,||,ce)
but not working well
Dear Experts,
Good Day!!
What is the suitable syntax for var !t eval(nam)for all (equip bran mem gensec) in PML2
Im trying like
!collect = !!collectallfor(|equip,bran mem,gensec|,||,ce)
but not working well
Hi !
Once you have your Array of Dbref in your variable !t, you can use:
!names = !t.evaluate(OBJECT BLOCK('!t[!evalindex].name'))
I'm not successful in
!collect = !!collectallfor(|equip,bran mem,gensec|,||,ce)
CollectAllFor is a PML Function, the correct syntax is:
!t = !!collectallfor(|equip bran mem gensec|,||,ce)