SplitStr does not accept scandinavian special alphabets
Posted: Wed Jan 30, 2019 12:04 pm
array, c = SplitStr("AmigaOS3öMorphOSöAmigaOS4öWarpOSöAROS", "ö")
For k = 1 To c Do NPrint(array[k - 1])
results in:
Error in line 1 (Unnamed2): Wrong usage/parameters for this command!
Read the documentation!
For k = 1 To c Do NPrint(array[k - 1])
results in:
Error in line 1 (Unnamed2): Wrong usage/parameters for this command!
Read the documentation!