I'm trying to save a description as a variable. To do this, I'm using the "Create Expression" button, naming it "description", and trying to set the value to "Reverb". It seems expressions can only be set to numbers or numeric return values from functions.
Is there any way to store a string? I'm trying to use it to concatenate that string to a message in a Text object, e.g. "Changing Value for Reverb", where "Reverb" is whatever I set the value to be.
Strings as Expressions?
-
- Liine Staff
- Posts: 126
- Joined: 14 Dec 2011 12:12
Re: Strings as Expressions?
You can set it to 'Reverb' (single quotes instead of double).
Note that there are no concatenation functions at the moment, so you'll have to use two Text objects.
Note that there are no concatenation functions at the moment, so you'll have to use two Text objects.
Re: Strings as Expressions?
Thanks Axel!
Added strcat() and sprintf() like functions to the wishlist...
http://liine.net/forum/viewtopic.php?f=28&t=961
Added strcat() and sprintf() like functions to the wishlist...
http://liine.net/forum/viewtopic.php?f=28&t=961