![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Here is a simple test that shows different behavior in Universe vs jBase. I would like to know what is the behavior on other systems PICK, Cache, Revelation etc. Which behavior do you think makes more sense ? A = 'ABABA' B = 'ABA' CRT A,B FOR I = 1 TO 5 POS = INDEX(A,B,I) WHILE POS CRT I:' POS=':POS NEXT I CRT 'CNT=':COUNT(A,B) Universe: ABABA ABA 1 POS=1 CNT=1 jBase: ABABA ABA 1 POS=1 2 POS=3 CNT=2 |
#3
| |||
| |||
|
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |