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.