User Tools

Site Tools


vba:set

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vba:set [16.10.2015 12:01:36]
yaslaw
vba:set [16.10.2015 12:01:50] (current)
yaslaw
Line 8: Line 8:
 ^ Funktion ^ Beschreibung ^ Beispiel ^ ^ Funktion ^ Beschreibung ^ Beispiel ^
 | [[vba:​functions:​findinset]] | Findet ein Element in einem Set.  | findInSet("​a",​ "​a,​b,​c"​) -> 1 | | [[vba:​functions:​findinset]] | Findet ein Element in einem Set.  | findInSet("​a",​ "​a,​b,​c"​) -> 1 |
-| [[vba:​functions:​fromset]] | Ein Teilstring aus einem String-Set zu extrahieren | 'fromSet(1, "​Hans,​Peter,​Marcel"​) -> Peter |+| [[vba:​functions:​fromset]] | Ein Teilstring aus einem String-Set zu extrahieren | fromSet(1, "​Hans,​Peter,​Marcel"​) -> Peter |
 | [[vba:​functions:​inset]] | Prüft ob ein Element im Set vorkommt | inset("​d",​ "​a,​b,​c,​d,​e"​) -> true | | [[vba:​functions:​inset]] | Prüft ob ein Element im Set vorkommt | inset("​d",​ "​a,​b,​c,​d,​e"​) -> true |
  
vba/set.1444989696.txt.gz · Last modified: 16.10.2015 12:01:36 by yaslaw