VB6Interpret Playground

โ† Home GitHub

VB6 Code

Ln 1, Col 1

Execution

Idle
Captured `Debug.Print` output from the current module run.
Run a module to see Debug.Print output.
Parse and runtime failures appear here.
No runtime or parse errors.
Interpreter state after the most recent run or step.

Execution State

Current Steps 0
Current Position Line 1
Current Procedure Module
Stack Depth 0

Globals

No globals yet.

Locals

No active local scope.
Environment variables and `GetSetting`/`SaveSetting` registry entries.

Clock

Read by `Now`, `Date`, and `Time`. The browser has no OS clock, so the interpreter runs an in-memory clock seeded from your system time; setting it below only changes the in-memory clock and is never echoed back to your real system clock.

Clock not initialized.

Environment Variables

Read by `Environ$`. The browser has no OS environment, so these start empty and are remembered across page loads.

No environment variables set.

Settings

Registry-style entries read by `GetSetting`, written by `SaveSetting`, and removed by `DeleteSetting`.

No settings.
Snapshot of the in-memory file backend.

File System

Current Directory /
Current Drive C
Open File Numbers None

Files

No files in the memory backend.