Difference between revisions of "PrintToConsole"
tostring note
imported>Odessa (Clarified, added links) |
imported>Odessa (tostring note) |
||
Line 16: | Line 16: | ||
}} | }} | ||
}} | }} | ||
==Example== | ==Example== | ||
<pre> | <pre> | ||
Line 28: | Line 27: | ||
PrintC "The value of iVal is: %g" iVal | PrintC "The value of iVal is: %g" iVal | ||
</pre> | </pre> | ||
==Notes== | |||
*Requires use of [[ToString|ToString($)]] to print [[String Variable|string variables]]. | |||
==See Also== | ==See Also== | ||
*[[String Formatting]] | *[[String Formatting]] | ||
*[[DebugPrint]] | *[[DebugPrint]] | ||
*[[Print]] | *[[Print]] (NVSE 4 version) | ||
*[[MessageEx]] | *[[MessageEx]] | ||
*[[ToString]] | *[[ToString]] | ||
[[Category:Functions_(FOSE)]] | [[Category:Functions_(FOSE)]] | ||
[[Category:Debugging]] | [[Category:Debugging]] |