This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' Aufruf | |
Dim tage() As String | |
tage = getWeek(textbox.text) | |
Function getWeek(datum As String) As Variant | |
'Dim datum As String | |
Dim result(1) As String | |
Dim wochentag As Integer | |
Dim wStart As String | |
Dim wEnde As String |
NewerOlder