September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,7 +1,8 @@
|
|||
'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
|
||||
INSTALL @lib$+"STRINGLIB"
|
||||
|
||||
Print Left$(array$, (Len(array$) - 1))
|
||||
text$ = "Hello,How,Are,You,Today"
|
||||
n% = FN_split(text$, ",", array$())
|
||||
FOR i% = 0 TO n%-1
|
||||
PRINT array$(i%) "." ;
|
||||
NEXT
|
||||
PRINT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue