Page 1 of 1
ElementExist()
Posted: Tue May 20, 2008 6:19 pm
by Eric
Is there a way to check if an element exist? I do not see it the help file, but I am sure it would exist. right?
Re: ElementExist()
Posted: Tue May 20, 2008 6:35 pm
by Mike Cowie
Eric,
In Excel, Rules or Turbo Integrator, you can check if an element exists in a dimension using the DIMIX(DimensionName, ElementName) function. For element name, you can specify the actual element name or a valid alias. If the function returns a 0, the element doesn't exist; otherwise it returns the index of the element in the dimension.
Regards,
Re: ElementExist()
Posted: Tue May 20, 2008 6:59 pm
by Eric
FANTASTIC!
