<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-04-09 18:19 GMT-03:00 Ingo Stock <span dir="ltr"><<a href="mailto:mail@ingostock.de" target="_blank">mail@ingostock.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi list,<br>
<span class="gmail-"><br>
on 09/04/17 06:17, Alexandre Torres Porres wrote:<br>
>     (2) if they did, can all their functionality be properly documented<br>
>     in help files, etc?<br>
><br>
> I could volunteer for that<br>
<br>
</span>There is some unexpected behavior when using values named with $0 in<br>
expressions.<br>
<br>
In expressions:<br>
[v b$0] works as expected<br>
[v $0-c] does not work as expected<br>
[v $0d] does not work at all<br></blockquote><div><br></div><div>This is something I've already reported to Shahrokh (object's author) but he said this should be expected behaviour.</div><div><br></div><div>The thing is that $0 becomes a number in Pd, so "$0-c" cannot everreally be used, cause it becomes "number" minus "variable c" - nothing you can do here, the other case is that variables shouldn't start with numbers...</div></div></div></div>