![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In 2.5 for DOS the command "browse fields A:6,B,C,D" will show only the first 6 characters of field A, and all of fields B,C,D. Is there a way to show only the last 6 characters of field A rather than the first 6 characters? Thanks in advance for any help anyone can offer. |
#3
| |||
| |||
|
|
Paul, As long as you don't need to update that data, try: browse fields A:6,end6A=right(A,6):6,B,C,D If you want only the last non-blank characters, then try: browse fields A:6,end6A=right(rtrim(A),6):6,B,C,D Rick "Paul bouchard" <paulbouchard (AT) pobox (DOT) com> wrote in message news:9b1618d.0401250615.783aab46 (AT) posting (DOT) google.com... In 2.5 for DOS the command "browse fields A:6,B,C,D" will show only the first 6 characters of field A, and all of fields B,C,D. Is there a way to show only the last 6 characters of field A rather than the first 6 characters? Thanks in advance for any help anyone can offer. |
![]() |
| Thread Tools | |
| Display Modes | |
| |