grierfield
Technical User
I create a Variable eg
StringVar Surgery := {profile. Surgeon};
if surgery <> ""
Then "T"
Else
"F"
//the column Surgeon list surgeon names where available, where there the surgeon field is blank I expect the variable SURGERY to return an F, it returns nothing.
what am I doing wrong?
StringVar Surgery := {profile. Surgeon};
if surgery <> ""
Then "T"
Else
"F"
//the column Surgeon list surgeon names where available, where there the surgeon field is blank I expect the variable SURGERY to return an F, it returns nothing.
what am I doing wrong?