This wiki is out of date, use the continuation of this wiki instead

Say

From FenixWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:09, 19 April 2007 (edit)
Sandman (Talk | contribs)

← Previous diff
Current revision (23:16, 21 January 2008) (edit) (undo)
Sandman (Talk | contribs)
m
 
(4 intermediate revisions not shown.)
Line 1: Line 1:
[[Category:functions]] [[Category:functions]]
-[[Category:files]]+[[Category:debug]]
==Definition== ==Definition==
-'''INT''' Say ( <'''STRING''' message> )+'''INT''' say ( <'''STRING''' message> )
Puts a message in the [[Fenix console]]. Puts a message in the [[Fenix console]].
Line 11: Line 11:
| '''STRING''' message || - The message to be put in the Fenix Console | '''STRING''' message || - The message to be put in the Fenix Console
|} |}
 +
 +== Returns ==
 +'''INT''' - [[true]]
== Notes == == Notes ==
Line 32: Line 35:
End End
</pre> </pre>
 +
 +This will result in something like: <br/>
 +[[Image:Say.png]]
 +
 +{{Funcbox
 + | category = Debug
 +}}

Current revision


Contents

[edit] Definition

INT say ( <STRING message> )

Puts a message in the Fenix console.

[edit] Parameters

STRING message - The message to be put in the Fenix Console

[edit] Returns

INT - true

[edit] Notes

You can use brackets ("[]") to create a better view of the console:

Say("[NET] This is a message about NET.");

The "[NET]" part will be displayed grey.

[edit] Example

Program example;
Begin

    Say("Hello World!");

    Loop
        frame;
    End

End

This will result in something like:
Image:Say.png


Debug Functions
Say() •
Personal tools