<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
In 0.48.1, [list store] is going a bit wonky.<br>
<br>
It looks to me like "get" is being interpreted as "range" and "range" isn't being interpreted at all.<br>
<br>
For instance, if I store a list, say "1 2 3 4 5",<br>
<br>
"get 1" --> Bad arguments for message 'get' to object 'list store'<br>
"get 1 3" --> 2 3 4<br>
"range 1" --> list store: no method for 'range'<br>
"range 1 3" --> list store: no method for 'range'<br>
<br>
Note that because of these problems, the [until] loop in [pd example3] of the list-store help file crashes my machine.<br>
<br>
I'm on Ubuntu 18.04, using the repository version of PD.<br>
<br>
Liam<br>
</div>
</div>
</body>
</html>