There should be a way to specify if you mean the "length of [list]" or "length of [string]" block in the new block-posting system (which is awesome, by the way
).
Offline
You use
(length of (list))or
(length of (item (5) of [name v]))
Last edited by jji7skyline (2012-03-06 22:50:58)
Offline
You already can.
Offline
Offline
@jji7skyline: that looks like you're asking for the length of the string of a variable called "list". The "length of [list name]" block is orange, and that one is green (the length-of-string block)
@RedRocker227 and turkey3: how?
Offline
(length of [List v])Or is that not what you mean?
Offline
RedRocker227 wrote:
(length of [List v])Or is that not what you mean?
Ah, that helped. I didn't know about the "v" thing. Thank you
Testing:
if<(length of [list_name])=[5]> end if<(length of [list_name v])=[5]> end
Offline