[U2] Formatting Help

2005-08-22 Thread Al DeWitt
I have a multi-value field within a multi-value field (sub-values). The length of each sub-value can be up to 70 characters. I need to reformat and print the value so that each sub-value is no longer than 55 characters. To complicate matters I need to know ahead of time how many lines the

RE: [U2] Formatting Help

2005-08-22 Thread Kevin King
; [EMAIL PROTECTED] Subject: [U2] Formatting Help I have a multi-value field within a multi-value field (sub-values). The length of each sub-value can be up to 70 characters. I need to reformat and print the value so that each sub-value is no longer than 55 characters. To complicate matters I need

RE: [U2] Formatting Help

2005-08-22 Thread Mark Olarte
snip I have a multi-value field within a multi-value field (sub-values). The length of each sub-value can be up to 70 characters. I need to reformat and print the value so that each sub-value is no longer than 55 characters. To complicate matters I need to know ahead of time how many

RE: [U2] Formatting Help

2005-08-22 Thread Bob Woodward
] Formatting Help I have a multi-value field within a multi-value field (sub-values). The length of each sub-value can be up to 70 characters. I need to reformat and print the value so that each sub-value is no longer than 55 characters. To complicate matters I need to know ahead of time how many lines

RE: [U2] Formatting Help

2005-08-22 Thread Womack, Adrian
Also consider using FMTS on the entire string, eg. STRING = FMTS(STRING,55T) This will perform the 55T formatting on each element of the string (in this case: each sub-value). DISCLAIMER: Disclaimer. This e-mail is private and confidential. If you are not the intended recipient, please