Posted: Wed Mar 11, 2015 12:39 pm Post subject: Didnt know you could do that
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
this seems to work
IF (SUBSTRING(Environment.Variables.test FROM 1 FOR 2) > ' ') THEN
SET X = 'true';
END IF;
to check if a test has some value. I always thought the > only applies to numeric values. Is there an equivalent ascii conversion going on behind the scene?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum