Skip to content

WSH Windows Script Host function to display structural objects

Notifications You must be signed in to change notification settings

tomFlidr/WSH-debuging-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WSH-debuging-logger

WSH (Windows Script Host) JScript debuging function to display structural objects.

Usage

Demonstration.wsh - plaint text file with "wsh" extension on Windows XP+

<job>
	<script language="JScript" src="./log.js">
	<script language="JScript">
	
		// demontration
		log({
			a: 5,
			b: [0, 1, 2],
			c: function () {},
			d: new Date(),
			e: new RegExp('[a-z]', 'gi'),
			f: null,
			g: undefined,
			h: Number.NaN
		});
		
	</script>
</job>

Printscreen

About

WSH Windows Script Host function to display structural objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published