Debug window in action though!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Intrigued
    Indigo Rose Customer
    • Dec 2003
    • 6138

    Debug window in action though!

    Ok, after tagging a (my part) pretty useless chunk of code to Corey's nice validation function... I spent a few minutes goofing around and I came up with this surely useless code chunk-function ;-) :

    Code:
    function fnDBP(data1, data2, data3, show)
    	Debug.ShowWindow(show)
    		Debug.Print(data1);	Debug.Print("\r\n")
    			Application.Sleep(2000)
    				Debug.Print(data2);	Debug.Print("\r\n")
    					Application.Sleep(2000)
    						Debug.Print(data3);
    							Application.Sleep(2000)
    								Debug.Clear()
    end
    
    fnDBP("One!", "Two!", "Three!", true)
    	fnDBP("Uno!", "Dos!", "Tres!", true)
    Intrigued
  • Corey
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9745

    #2
    fnDBP("Uno!", "Dos!", "Tres!", true)
    Wooly buuuuuuuuullly. Wooly bully.

    Wooly bully... Wooly bully... Wooly bully...

    Comment

    • TJ_Tigger
      Indigo Rose Customer
      • Sep 2002
      • 3159

      #3
      LOL :yes
      TJ-Tigger
      "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
      "Draco dormiens nunquam titillandus."
      Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

      Comment

      Working...
      X