I'm trying to pass a float (between 1 and 45 or so) into an abstraction which then writes that float to a text file.
This is the abstraction, and I'm just passing it a single float, say an 8, 10, 12, whatever.
Whenever I do so, it's telling me that: $1: Argument number out of range.
I have no other dollar values in the entire patch, so there's no risk of it clashing or something.
Any idea what's going on here?