Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove Line if Blank (What's considered Blank)
Message
From
27/11/2002 12:33:39
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00727632
Message ID:
00727643
Views:
14
FIELD1+Chr(13)+' '+CHR(13)+FIELD2 would only be empty if: Empty(FIELD1) And Empty(Field2)

Dave, then if I have FIELD1+CHR(13)+' '+CHR(13)+FIELD2 then shouldn't the output look like:


FIELD1
FIELD2
I would consider the ' '+CHR(13) to be EMPTY() since VFP returns .T. from EMPTY(' '+CHR(13)). But when I test that out I get:


FIELD1

FIELD2
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform