When I first got that message, I typed $notes and almost crapped to my pants when there weren't any messages. Wen't into a panic, left the server and sent PM to SamH.
[FONT=Arial][SIZE=2]ADODB.Field[/SIZE][/FONT] [FONT=Arial][SIZE=2]error '800a0bcd'[/SIZE][/FONT]
[FONT=Arial][SIZE=2]Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.[/SIZE][/FONT]
[FONT=Arial][SIZE=2]/myctra/Default.asp[/SIZE][/FONT][FONT=Arial][SIZE=2], line 481[/SIZE][/FONT]
Function DoPlural(nValue,strText)
If nValue=1 Then
DoPlural=CStr(nValue) & " " & strText
Else
DoPlural=CStr(nValue) & " " & strText & "s"
End If
End Function
<%=DoPlural(nCTRALicence,"point")%>
Function DoPlural(nValue,strText)
If nValue=1 Then
DoPlural=CStr(nValue) & " " & strText
ElseIF nValue=0 Then
DoPlural=CStr(No) & " " & strText & "s"
ElseIf nValue=-1 Then
DoPlural=CStr(nValue) & " " & strText
Else
DoPlural=CStr(nValue) & " " & strText & "s"
End If
If nValue=1 or nValue=-1 Then
..
Else
..
End If
If nValue=1 or nValue=-1 Then
<?php
php
echo "Hello World\n";
?>