You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first off, this is super cool.
I was trying to dynamically create an object like so SomeClass $($var:someVariable), this works and the object is created.
The issue arises when I try to access that object's properties or methods like this $var:$($var:someVariable) or $var:$someVariable which does not work and throws "Undefined Command".
Am I doing this wrong or this just doesn't work?
The text was updated successfully, but these errors were encountered:
Hello, first off, this is super cool.
I was trying to dynamically create an object like so
SomeClass $($var:someVariable)
, this works and the object is created.The issue arises when I try to access that object's properties or methods like this
$var:$($var:someVariable)
or$var:$someVariable
which does not work and throws "Undefined Command".Am I doing this wrong or this just doesn't work?
The text was updated successfully, but these errors were encountered: