Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Compare 2 Range tables

Former Member
0 Likes
1,308

Hi,

Is there any simple way to compare two range tables, something like RANGE1 IN RANGE2 ? I need to check if one range table is inside another or not.

Thanks, Nuno

3 REPLIES 3
Read only

Former Member
0 Likes
678

No.

Rob

Read only

ThomasZloch
Active Contributor
0 Likes
678

In other words, two ranges could be intertwined in any conceivable way, please disclose more details of what you are trying to do, give some examples for "inside" etc.

Thomas

Read only

Former Member
0 Likes
678

I don't know if this is correct but a read in a post a time ago that you can compare two internal tables when had the same number of lines and and the same elements you can use

IF RANGE1 = RANGE2.

ENDIF.

if that is not the case then you have to loop to know if the element is inside the range