L
Len Robichaud
What am I doing wrong? The following always resolves to False.
{ ASK txtName "Enter Name" \*MERGEFORMAT }
{ REF txtName } 'Prints - Len
{ IF { REF txtName } = "Len" "Me" "Someone Else" } 'Prints - Someone Else
TIA
Len
{ ASK txtName "Enter Name" \*MERGEFORMAT }
{ REF txtName } 'Prints - Len
{ IF { REF txtName } = "Len" "Me" "Someone Else" } 'Prints - Someone Else
TIA
Len