On Fri, Mar 16, 2012 at 11:09 AM, Richard Kaye <[email protected]> wrote:
> BTW here's the results of attempting to use this bad table. As you can see,
> any setting other than 1 or 3 will allow the table to be USED:
>
> 0 - "No problem! You can open your corrupted table."
> 1- "Danger, Will Robinson! Danger!"
> 2 - "No problem! You can open your corrupted table."
> 3 - "Danger, Will Robinson! Danger!"
> 4 - "No problem! You can open your corrupted table."
> 8 - "No problem! You can open your corrupted table."
>
> Really, that's what the dialogs say... <vbg>
----------------------------
Private Function GenerateApologyMessage() As String
If Now.Millisecond > 900 Then
Return "Whoops! Something went slighty awry..."
ElseIf Now.Millisecond > 800 Then
Return "How embarassing, I seem to have failed that task!"
ElseIf Now.Millisecond > 700 Then
Return "Whoops! Something went slighty awry..."
ElseIf Now.Millisecond > 600 Then
Return "How embarassing, I seem to have failed that task!"
ElseIf Now.Millisecond > 500 Then
Return "Whoops! Something went slighty awry..."
ElseIf Now.Millisecond > 400 Then
Return "How embarassing, I seem to have failed that task!"
ElseIf Now.Millisecond > 300 Then
Return "Whoops! Something went slighty awry..."
ElseIf Now.Millisecond > 200 Then
Return "How embarassing, I seem to have failed that task!"
ElseIf Now.Millisecond > 100 Then
Return "Whoops! Something went slighty awry..."
Else
Return "How embarassing, I seem to have failed that task!"
End If
End Function
--
Stephen Russell
901.246-0159 cell
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/CAJidMYJ9Tmfsa3mpTyRQpvh7k5D=cknn7goddjs0zmvrugy...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.