I'd like to write a code which checks if the values in one variable appear atleast once in another variable.
Code:
clear input float(var1 var2) 683 547 547 . 546 028 548 . 546 . 694 . 042 042 040 . 042 . 042 . 751 041
Could someone please suggest how to go ahead? The values are repeated in var1 but not in var2. There are missing values in var2.
Thank you.
0 Response to Check values from one variable against another variable
Post a Comment