Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,128

    Re: Need help with array comparison

    You are missing a pair of brackets in the code you posted. Be careful if order does not matter and you wish to check if each array contains the same SET of values (as opposed to SET and SEQUENCE),...
  2. Replies
    4
    Views
    2,128

    Re: Need help with array comparison

    If the order matters as well, you can do it manually by iterating through each array comparing each value at position x, or using the Class Arrays equals function. If the arrays may be out of order...
Results 1 to 2 of 2