/ ARRAY: Compare routine for one LIST value (ascending only). */ /
| 655 | /* ARRAY: Compare routine for one LIST value (ascending only). */ |
| 656 | /***********************************************************************/ |
| 657 | int ARRAY::Qcompare(int *i1, int *i2) |
| 658 | { |
| 659 | return Vblp->CompVal(*i1, *i2); |
| 660 | } // end of Qcompare |
| 661 | |
| 662 | /***********************************************************************/ |
| 663 | /* Mainly meant to set the character arrays case sensitiveness. */ |