About SPACEBLOCK
Buy
Information
Login
Sign Up
English
EN
English
EN
Frequently Used
List Length
Home
How to use SPACEBLOCK
Hint
List Length
Back to Index
リスト(配列)の長さ(要素の数)を取得するブロック。中身がいくつあるか数えたいときに使う。リスト操作/配列。
Block
Text Code for This Block
JavaScript
Python
C/C++
[].length
Arguments
Arg 1
Array (list)
Related Blocks
Is List Empty
Create Empty List
Get List Item
Get Last Item
Remove Last Item
Add Item to End
Back to Index