Jump to content

Empty string: Difference between revisions

m
added comment how to check empty string explicitly
(added OpenEdge solution)
m (added comment how to check empty string explicitly)
Line 437:
ELSE IF cc = ? THEN
MESSAGE 'unknown' VIEW-AS ALERT-BOX.
ELSE /* IF cc = '' */
ELSE
MESSAGE 'empty' VIEW-AS ALERT-BOX.
</lang>
73

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.