September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,10 +1,7 @@
|
|||
NewList MyStrings.s()
|
||||
|
||||
For i=1 To 5
|
||||
AddElement(MyStrings())
|
||||
MyStrings()=StringField("Hello,How,Are,You,Today",i,",")
|
||||
'Note that Liberty Basic's array usage can reach element #10 before having to DIM the array
|
||||
For i = 0 To 4
|
||||
array$(i) = Word$("Hello,How,Are,You,Today", (i + 1), ",")
|
||||
array$ = array$ + array$(i) + "."
|
||||
Next i
|
||||
|
||||
ForEach MyStrings()
|
||||
Print(MyStrings()+".")
|
||||
Next
|
||||
Print Left$(array$, (Len(array$) - 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue