Hi,
I am trying to let the character length of a prompt dictate the path of an if/then statement:
But it doesn't work and just returns everything f...
I am trying to let the character length of a prompt dictate the path of an if/then statement:
Code: [Select]
If ( character_length(?prompt('MyPar', 'string')?) > 1)
THEN
( Do this )
ELSE
( Do that )
But it doesn't work and just returns everything f...