System Time: 2/15/2026 5:09:48 PM
Server.MapPath("."): C:\asp.py\tests
ScriptTimeout: 90
HTML Encoding: <b>Bold</b> & 'Quotes'
URL Encoding: user%3Dtest%26value%3D100%25
Request.QueryString("id"): None (Add ?id=123 to URL)
SessionID: 259134033
Session("Counter"): 1 (Refresh to increment)
Application("AppStatus"): Running
| Function | Input | Result | Note |
|---|---|---|---|
| CInt | 10.5 | 10 | Rounds to even (10.5 -> 10 or 11) |
| CLng | 100000 | 100000 | Long Integer |
| CCur | 123.45678 | 123.4568 | Currency (4 decimals) |
| CBool | "True" | True | String -> Bool |
| CBool | 0 | False | 0 -> False |
| CDate | "2023-12-25" | 12/25/2023 | ISO String |
| CStr | 123 | '123' | String |
| Test | Result | Expected |
|---|---|---|
| IsNumeric("123.45") | True | True |
| IsDate(#2/14/2026#) | True | True |
| IsNull(Null) | True | True |
| IsEmpty(Empty) | True | True |
| IsObject(Session) | True | True |
Now: 2/15/2026 5:09:48 PM
Date Literal #12/31/2025#: 12/31/2025
| FormatDateTime(Now, 1) | Sunday, February 15, 2026 |
| FormatDateTime(Now, 2) | 2/15/2026 |
| FormatDateTime(Now, 3) | 5:09:48 PM |
| FormatDateTime(Now, 4) | 17:09 |
| MonthName(2, True) | Feb |
| WeekdayName(2) | Monday |
Components: Y: 2026 | M: 2 | D: 15 | H: 17 | M: 9 | S: 48
Count after adding 3 items: 3
Key1 Exists: YES. Value: ValueOne
Count after removing Key2: 2
Count after RemoveAll: 0