list_read-help.pd 446 B

123456789101112131415
  1. #N canvas 522 129 436 366 10;
  2. #X text 209 269 (c)2012 Marian Weger;
  3. #X obj 63 237 print;
  4. #X floatatom 63 83 5 0 0 2 index - -;
  5. #X obj 63 165 list_read;
  6. #X obj 114 117 loadbang;
  7. #X msg 114 139 list a b c 1 2 3 x y z 9 8 7;
  8. #X text 74 195 if the indexed element is not existent \, a "bang" will
  9. be sent to the output.;
  10. #X text 17 16 list_read <index init (optional)>;
  11. #X connect 2 0 3 0;
  12. #X connect 3 0 1 0;
  13. #X connect 4 0 5 0;
  14. #X connect 5 0 3 1;