Difference between revisions of "BasicToken:Dim"
From WikiPrizm
Jump to navigationJump to searchTuriqwalrus (talk | contribs) (Created page with '== Description == Finds the number of elements in an inputted list == Syntax == Dim <List name> == Example == {1,4,2,5,2,3} → List 1 //Stores data into 'List …') |
KermMartian (talk | contribs) |
||
Line 9: | Line 9: | ||
== Example == | == Example == | ||
− | {1,4,2,5,2,3} → List 1 //Stores data into 'List 1', and then displays its length at (1,1) | + | {1,4,2,5,2,3} → List 1 //Stores data into 'List 1', and then displays its length at (1,1) |
− | Locate 1,1,Dim List 1 | + | Locate 1,1,Dim List 1 |
[[Category:BASIC_Commands]] | [[Category:BASIC_Commands]] |
Latest revision as of 16:22, 3 July 2014
Description
Finds the number of elements in an inputted list
Syntax
Dim <List name>
Example
{1,4,2,5,2,3} → List 1 //Stores data into 'List 1', and then displays its length at (1,1) Locate 1,1,Dim List 1