Hi Thom,
Mark W.
> I think someone has mentioned this before, but I can't find it. The sales rep ID's are stored in a single field in the system, thus: REP1~REP2~REP3~REP4~REP5. If I want to extract the nth rep code from the list, is there a simple formula I can use in a BAQ or in 4GL? I'm thinking something like Extract(RepList,3) would return REP3.Check out the ABL INDEX and LOOKUP functions.
>
Mark W.