| |
|
|
H.Brill | here's one comma or. Delimitter too much. CompileMarkSeparationDeclare String a[], b
a[] = "eins", "zwei", "drei", "vier", "fünf"
Cls
ClearList
Move("ArrToList", a[])
b = Move("ListToStr", ",")
Print b
Print Len(b, ",")
ClearList
AddStrings(0, "eins")
AddStrings(0, "zwei")
AddStrings(0, "drei")
AddStrings(0, "vier")
AddStrings(0, "fünf")
Print
b = Move("ListToStr", ",")
Print b
Print Len(b, ",")
Waitkey
End
what indeed Len() occupied. there ought to 5 instead of 6 rauskommen. with Move("ListToStr", D) is the latest comma behind the "fünf" too much. the can with the Weiterverarbeitung z.B. with Len() and SubStr$() To incorrect Ergebnissen lead.
rather would, too only so much Kommas or. Delimitter einzusetzen, How TeilStrings less 1 there are.
PS: The Umkehrfunktion Move("StrToList", s, D) operates against it correctly. the strength no Leerzeile ans end the Listboxliste. |
|
|
| Benutze XPROFAN X3 + FREEPROFAN Wir sind die XProfaner. Sie werden von uns assimiliert. Widerstand ist zwecklos! Wir werden alle ihre Funktionen und Algorithmen den unseren hinzufügen.
Was die Borg können, können wir schon lange. | 11/29/15 ▲ |
|
|
|