Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
NewMap MyElements.s()
|
||||
|
||||
For i=0 To 9 ;Mark 10 items at random, causing high risk of duplication items.
|
||||
x=Random(9)
|
||||
t$="Number "+str(x)+" is marked"
|
||||
MyElements(str(x))=t$ ; Add element 'X' to the hash list or overwrite if already included.
|
||||
Next
|
||||
|
||||
ForEach MyElements()
|
||||
Debug MyElements()
|
||||
Next
|
||||
Loading…
Add table
Add a link
Reference in a new issue