Search found 2 matches
- Sat Apr 05, 2003 7:41 pm
- Forum: R&R ReportWorks Users
- Topic: RIGHT(C,N) does nothing
- Replies: 2
- Views: 2034
==> RE: RIGHT(C,N) does nothing
There is no padding in the field, for it is fixed width. Thanks though!____This is partly an RTFM issue. I still do think that the function is not working for me, but I did find a work around.____SUBSTR(DESCRIPT,21,6) gets me exactly what I want, and with SUBSTR(DESCRIPT,17,5) I am able to pull out ...
- Sat Apr 05, 2003 10:41 am
- Forum: R&R ReportWorks Users
- Topic: RIGHT(C,N) does nothing
- Replies: 2
- Views: 2034
RIGHT(C,N) does nothing
RR 10.0.012 XBase____I have a text field DESCRIPT from a Point of Sale application which stores the Credit Card Number, Expiration Date, and Approval Code. The format of the data is:____XXXXXXXXXXXXXXXXMM/YYAAAAAA____X is the Credit Card No. MM/YY is the expiration date, and A is the Approval Code._...