Contents in this wiki are for entertainment purposes only
This is not fiction ∞ this is psience of mind

All public logs

Jump to navigation Jump to search

Combined display of all available logs of Catcliffe Development. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:19, 1 March 2026 XenoEngineer talk contribs created page VB6 clsJSONNode (Created page with "Category:VB6 ==VB6 Class Code== <pre style="margin-left:3em; font:normal 14px terminal;"> '' Class clsJSONNode Option Explicit Public Enum enumNodeType enuObjectType enuArrayType enuValueType End Enum Private Type udtJSONNode nodeType As enumNodeType Object As Scripting.Dictionary Array As Collection value As Variant End Type Private m As udtJSONNode Private Sub Class_Initialize() '' Default to object typ...")