Hello
I'd like to check if a link is there or not but I don't get it to work.
'text' is there or not
'text'!=''
-> works
text pulled from a macro is there or not
'{-FieldData.FieldData-|-●7●1●4●2●8●6●-|-≡1≡9≡5≡2≡8≡4≡0≡3≡3≡0≡744-}'!=''
-> works
link is there or not
'http://www.link.com'!=''
-> works
link pulled from a macro is there or not
'{-FieldData.FieldData-|-●7●1●4●2●8●6●-|-≡1≡9≡5≡2≡8≡4≡0≡3≡3≡0≡744-}'!=''
-> does not work
Can anyone see the problem?
I'd like to check if a link is there or not but I don't get it to work.
'text' is there or not
'text'!=''
-> works
text pulled from a macro is there or not
'{-FieldData.FieldData-|-●7●1●4●2●8●6●-|-≡1≡9≡5≡2≡8≡4≡0≡3≡3≡0≡744-}'!=''
-> works
link is there or not
'http://www.link.com'!=''
-> works
link pulled from a macro is there or not
'{-FieldData.FieldData-|-●7●1●4●2●8●6●-|-≡1≡9≡5≡2≡8≡4≡0≡3≡3≡0≡744-}'!=''
-> does not work
Can anyone see the problem?