When I see difficult UNIBASIC code, I just remember RPL. Charles Shaffer Senior Analyst NTN-Bower Corporation
Whatever salary you're making, it's not enough! :) -Dianne Dennis Bartlett wrote: >Currently the system uses the following coding structure: > >OPEN 'HPMAST.FILE' TO F1 ELSE STOP >OPEN 'HPCONTRACT' TO F2 ELSE STOP >OPEN 'HPTRANS.FILE' TO F3 ELSE STOP >READ F1R FROM F1, KEY THEN... >READ F2R FROM F2, KEY THEN... >READ F3R FROM F3, KEY THEN... >F1R<36,X> = F2R<13> / F3R<82> * F1R<8> + F3R<43> > >Just understanding the code takes a lot of backwards and forwards thru code. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
