aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/doc/flow_classes/listlength-help.pd
blob: 32e2512a2f88d9aab8038165cd12cdbae959e499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#N canvas 637 22 632 432 10;
#X text 10 33 The [listlength] outputs the number of elements in the
incoming list.;
#X obj 103 383 listappend;
#X obj 253 383 listelement;
#X obj 409 383 listfind;
#X obj 547 383 listflatten;
#X obj 175 383 listprepend;
#X obj 331 383 listreverse;
#X obj 469 383 listsublist;
#X floatatom 206 160 5 0 0 0 - - -;
#X obj 139 158 print;
#X msg 139 81 1 3 hello 8 13;
#X obj 139 120 listlength;
#X msg 246 96 1 12 a b c d e f g h i j k l;
#X text 232 276 The length of the list passed to the left inlet will
be returned in the outlet.;
#X obj 0 0 doc_h;
#X obj 3 206 doc_c 0;
#X obj 3 246 doc_i 1;
#X obj 3 321 doc_o 1;
#X obj 3 383 doc_also 1;
#X obj 14 276 doc_ii 0;
#X obj 14 351 doc_oo 0;
#X obj 97 276 doc_m i0 list;
#X obj 97 351 doc_m o0 float int;
#X obj 0 403 doc_f;
#X text 232 351 the number of elements in the list.;
#X connect 10 0 11 0;
#X connect 11 0 8 0;
#X connect 11 0 9 0;
#X connect 12 0 11 0;
#X connect 18 1 1 0;
#X connect 18 1 5 0;
#X connect 18 1 2 0;
#X connect 18 1 6 0;
#X connect 18 1 3 0;
#X connect 18 1 7 0;
#X connect 18 1 4 0;
#X connect 21 1 13 0;
#X connect 22 1 24 0;