Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Easy way to format screen write using
Message
 
 
To
27/08/2007 13:22:09
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01250699
Message ID:
01250710
Views:
16
This message has been marked as the solution to the initial question of the thread.
No, unless you would use

PADR(myFirstPart,30) + PADL(mySecondPart,30) && Use maximum length in both cases.

BTW, you may want to check my Statistics form from Downloads section here Form, which is convenient for showing messages File #9684. It's a messagebox replacement and it allows long messages and has a Print button.

>I would like the portion to the right of the "+" to be right-aligned in the resulting output. I could just type spaces between by counting for each, but is there a quick/easy way to do it?
>
>
>? "Message Header: " + "MSH"
>? "Field Separator: " + "|"
>? "Encoding Characters: " + "^~\&|"
>? "Sending Application: " + "Medinotes e|"
>? "Sending Facility: " + "|"
>? "Receiving Applicaton: " + "|"
>? "Receiving Facility: " + "|"
>? "Date/Time of Message: " + "20070810113347|"
>? "Security: " + "|"
>? "Message Type: " + "ACK|"
>? "Message Control ID: " + "20070214102554000008|"
>? "Processing ID: " + "P|"
>? "Version ID: " + "2.4|"
>? "Sequence Number: " + "|"
>? "Continuation Pointer: " + "|"
>? "Accept Acknowledgement Type: " + "|"
>? "Application Acknoledgement Type: " + "|"
>? "Country Code: " + "|"
>? "Character Set: " + "|"
>? "Principal Language of Message: " + "|"
>? "Acknowledgement Message Header: " + "MSA|"
>? "Acknowledgement Code: " + "AA|"
>? "Message Control ID: " + "20070214102554000008|"
>? "Text Message" + "|"
>? "Delayed Acknowledgement Type: " + "|"
>? "Error Condition: " + "|"
>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform