> NDC.push(currentUser.getCompanyId()); > // do stuff > NDC.pop(); > NDC.remove(); > > I don't see the benefits of having a key string in the above code. It > would appear to add unnecessary complexity.
Not until you need to add one or more other values (e.g. 'hostname')... -- Eric Jain -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>