S syrinxlui Member Jan 10, 2017 #1 Is there a way to access what the daily special is inside an ash script?
Theraze Active member Jan 10, 2017 #2 Do you mean something like Code: > ash daily_special().to_string() Returned: strawberry popsicle Or was there a different daily special? FYI, if you don't throw the .to_string() on there, it'll give it to you as an unambiguous $item[] record instead, but for short-quote sake, I turned it into a string.
Do you mean something like Code: > ash daily_special().to_string() Returned: strawberry popsicle Or was there a different daily special? FYI, if you don't throw the .to_string() on there, it'll give it to you as an unambiguous $item[] record instead, but for short-quote sake, I turned it into a string.