[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
'count' argument for BITS-POSQ
- To: WGD at MIT-MC
- Subject: 'count' argument for BITS-POSQ
- From: Jon L White <JONL at MIT-MC>
- Date: Wed, 23 Sep 81 20:49:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 23 September 1981 16:49-EDT
Date: 20 September 1981 18:42-EDT
From: William G. Dubuque <WGD at MIT-MC>
In NILAID:
(setq b #B"000000001")
(bits-posq 1 b 7 8)
The 'count' value 8 is out of range for ...
Yes, this is right -- starting at index 7, you can only have a
maximum cont of 2. that last argument is a 'count' of number of
positins to try -- not a maximum index.