Code:
 
Use Windows.pkg


String stest
Integer iLength 
 


Define vbCR for (Character(13)) 
Move "" to stest 
Append stest vbCR "005" vbCR "006" 


Move (Length(stest)) to iLength 


If (stest > '') Begin 
    Showln "Stest is not the null string but has " iLength " characters" 
End
Else Begin 
    Showln "sTest is a null String but has " iLength " characters"
End


Send Info_Box "Hello World" "DataFlex Basic Project"
If you expected
Stest is not the null string but has 8 characters
you'd be dissapointed.


I think this counts a bug in DF19.0