%
Option explicit
Dim fso, f, sFile
Dim strLine, rowArray, rowType, showTime, krogTime, krogName, krogAddress, krogExtra
%>
<% Server.ScriptTimeout = 1200 %>
Batalj®
|
|
Pumpa Läns 2014 |
<%
'*** Set filename
sFile = Server.MapPath("64314761-8CA8-4953-826B-073FE5EDBE7.txt")
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.OpenTextFile(sFile, 1)
'*** Read row
Do While f.AtEndOfStream <> True
strLine = f.ReadLine
rowArray = Split(strLine, "|")
If UBound(rowArray) > 4 Then
rowType = rowArray(0)
showTime = rowArray(1)
krogTime = rowArray(2)
krogName= rowArray(3)
krogAddress= rowArray(4)
krogExtra= rowArray(5)
If rowType = "0" Then
%>
|
<%
End If
If rowType = "1" Then
If showTime <= FormatDateTime(Now, 0) Then
%>
<%=krogTime%> |
<%=krogName%> |
<%=krogAddress%> |
| <%=krogExtra%> |
<%
End If
End If
End If
Loop
f.Close
Set f = Nothing
Set fso = Nothing
%>
|
Kalendern |
Rekad av
Danne&Leffe |