This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Apr 30, 2011, 10:58 AM
5 Posts

Compare Vectors (java.util.vectors)

  • Category: Server Side JavaScript
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags: Vector,compare,SSJS
  • Replies: 1
Can anyone tell me how can we compare two vectors or check if a value is present in the vector...
May 1, 2011, 11:51 AM
261 Posts
Re: Compare Vectors (java.util.vectors)
To check if a value is present in a vector, you can use the @IsMember function.
 
To compare 2 Vectors you can use the equals method, e.g. vector1.equals(vector2).

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal