Unsolved
This post is more than 5 years old
2 Posts
0
383
December 2nd, 2009 09:00
ASL Scripting - How do I check if my variable i created as list is empty?
Hi,
I have a variable I created area_id = list(); that I enter data into for a report ... But before I print out the contents, I need to know if its still empty, how do I do this ???
if (area_id-isNull()) doesn't work, if(area_id=="") doesn't work either... any ideas
Michael
No Events found!
FredericMeunier_0588be
143 Posts
0
December 2nd, 2009 09:00
Hi,
sizeOf() should help ...
HTH,
--Fred
== Monitor your Smarts environment using APG ReportPack for Smarts health ==
Frederic Meunier
Solutions Watch4Net Inc
APG & Smarts InCharge integration
http://www.watch4net.com
mgervasi
2 Posts
0
December 2nd, 2009 10:00
Perfect, thanks!
Michael