Indigo Rose Software
  #1  
Old 08-30-2006
Intrigued's Avatar
Intrigued Intrigued is offline
Indigo Rose Customer
 
Join Date: Dec 2003
Location: Location! Location!
Posts: 6,059
Example: Debug Print - Function

Here is a function that will help you use the Debugger more quicky. If you need the Debugger to print out differently then experiment with changing what's inside the function:

Code:
function fDebug(argstring)
	Debug.ShowWindow(true)
		Debug.Print(argstring.."\r\n")
end

-- Here are a couple how-to examples
fDebug("Hey!")
fDebug("What's up?")
ps. Several of us developers also use the Dialog.Messag() action when we need to output a small amount of "debugging" data.
__________________
Intrigued
www.amsuser.com
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Another tough one... Interaction between Web and AMS Agent Jones AutoPlay Media Studio 5.0 13 08-18-2005 03:10 PM
Function: String.RandomFromPattern Brett Setup Factory 8.0 Examples 0 10-28-2004 09:09 AM
Bizarre Callback Function Behaviour - Can anyone help? SRJ AutoPlay Media Studio 5.0 3 06-30-2004 10:16 PM
Function: Resize & Center an Image kpsmith AutoPlay Media Studio 5.0 Examples 0 05-17-2004 02:36 PM
Print Function eleslie AutoPlay Menu Studio 3.0 1 07-02-2002 05:06 PM


All times are GMT -6. The time now is 05:38 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software