Question about Array - Peoplecode
Hello Team,
Is it possible to check if an array is empty using peoplecode.
Local array of XmlNode &cdata, &nodeEmplid;
&Emplid = &nodeEmplid [1].NodeValue;
If &nodeEmplid.Len > 0 - This lines become true even when &nodeEmplid [1] is blank. Is there a way that we can check the array is blank ?
Thank you in Advance! Have a great day!