splitstr example mistake?
Posted: Tue Jan 22, 2019 10:56 am
Not an actual bug, but thought for a while there was a bug in this example code of SplitStr as it didnt seem to work:
Until I realised you have used NPrint instead of Debugprint. a Mistake?
Code: Select all
array, c = SplitStr("AmigaOS3|MorphOS|AmigaOS4|WarpOS|AROS", "|")
For k = 1 To c Do NPrint(array[k - 1])