Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

what am I actually causing? - Core 2.5.5 and series ...

 [1/3] from: petr::krenzelok::trz::cz at: 10-Mar-2003 10:52


Here's a short console jamming - you should note the it was not intentional, I just tried what came to my mind, but I don't understand the null char anyway ... ->> a: "abc" == "abc" ->> b: next a == "bc" ->> clear a == "" ->> tail? b == true ->> head? b == true ->> insert b "x" == ** Script Error: Out of range or past end ->> insert head b "x" == "^@" ->> mold a == {"x^^@"} ->> mold b == {"^^@"} I am a bit confused ... Thanks, -pekr-

 [2/3] from: rotenca:telvia:it at: 10-Mar-2003 17:43


Hi Petr,
> insert b "x" > == ** Script Error: Out of range or past end
<<quoted lines omitted: 4>>
> ->> mold b > == {"^^@"}
It is one of many similar errors of the new core about out-of-range series (look at the thread "Core 2.5.5 Beta Versions"). Your error is like that of change and detab and it is generated by: insert b "x" while: insert head b "x" works well. Must we re-start an index/out-of-range war-thread? :-) --- Ciao Romano

 [3/3] from: greggirwin:mindspring at: 10-Mar-2003 11:07


Hi Petr, PK> Here's a short console jamming - you should note the it was not PK> intentional, I just tried what came to my mind, but I don't understand PK> the null char anyway ... I'd send this to feedback. Looks like the new Core behavior for indexing has affected some other things. I don't think we should see those nulls as they are just for internal use. -- Gregg

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted