>ITEM: N00120
>>DATE: Sept. 26, 1996
>>TYPE: Bug
>>TITLE: N_B_SCAN returns different values on multiple iterations
>>PRODUCT(S):
NetLib 6.0x for Clipper
>>PLATFORM(S):
NetWare (all versions)
>>SUMMARY:
Multiple iterations of N_B_SCAN() may return different
values.
>>MORE INFORMATION:
>>RESOLUTION/FIX:
This is a NetLib 6.0 bug that was fixed in NetLib 6.5. Upgrade
to NetLib 6.5 for Clipper is recommended.
Alternatively, use the result of the first iteration.
>>EXAMPLE(S):
// Due to bug, nCount1 and nCount2 may differ
nCount1 := N_B_SCAN("*",3)
nCount2 := N_B_SCAN("*",3)
>>SEE ALSO:
>>COPYRIGHT 1997 Communication Horizons
All rights reserved worldwide.
No distribution without specific consent of publisher.
Knowledgebase
Top Home