Page 1 of 1

compare two sections

Posted: Wed Mar 08, 2006 10:29 am
by Franzi
Hello, how can i compare two sections? if i use the "if"-command, i get no response. do i need a special notation?
as example:

if(ref1 == ref2) {print "equal"}

ref1 and ref2 are defined as refobj and will be modificated by reading out a list of references with ref1 = list.o(0)
About "list.browser()" i get the correct references.

Posted: Wed Mar 08, 2006 11:28 am
by Franzi
I' ve got found a solution. With the "is_cas"-command you can find out, whether the actual section is accessed.