debugLog – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Text replacement - "<code>" to "<code style="display: block">")
 
Line 1: Line 1:
Copied from [[textLog]]: Here's an easy way to write to [[arma.RPT]]:
Copied from [[textLog]]: Here's an easy way to write to [[arma.RPT]]:
<code>localize format ["Hello %1", name player]</code>
<code style="display: block">localize format ["Hello %1", name player]</code>
Output is <code>String Hello Doolittle not found</code> :) --[[User:Doolittle|Doolittle]] 18:52, 22 September 2007 (CEST)
Output is <code style="display: block">String Hello Doolittle not found</code> :) --[[User:Doolittle|Doolittle]] 18:52, 22 September 2007 (CEST)

Latest revision as of 12:52, 11 January 2023

Copied from textLog: Here's an easy way to write to arma.RPT: localize format ["Hello %1", name player] Output is String Hello Doolittle not found :) --Doolittle 18:52, 22 September 2007 (CEST)