Function | Explanation |
---|---|
function Show_Win (label, message) | use it like an alert-box
label == your text-explanation message == the value you like to watch |
function Show_Win_LF (label, message) | same as above, + with linefeed |
function Show_Win_Part_HTML (label, message) | useful if you have to print some PART of a HTML-Code
for example : <center><Table border=1><TR><td><Font size=+3>D sorry for the spaces between the chars, could not solve this yet ! :-( |
function Show_Win_LF_Func (label, message) | same as Show_Win_LF
+ shows the actual function-name |
function Show_Win_Skip () | linefeed only |
function Show_Win_Dummy () | just some empty space ('___')
to continue with your output in the same line |
function teatime () | :-)) |
function Show_Win_Close() | finish your work |