compare two sections

Anything that doesn't fit elsewhere.
Post Reply
Franzi

compare two sections

Post 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.
Franzi

Post by Franzi »

I' ve got found a solution. With the "is_cas"-command you can find out, whether the actual section is accessed.
Post Reply