TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:writemsg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
engine:import:writemsg [2018/08/14 21:42] – created dcummingengine:import:writemsg [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
-writemsg+====== WriteMsg ======
  
-==== WriteMsg ==== 
 Write a message to the STDERR. Write a message to the STDERR.
  
-==== Phase ====+===== Phase =====
 This instruction is used by the TapeTrack INI Engine. This instruction is used by the TapeTrack INI Engine.
  
-==== Syntax ==== +===== Syntax ===== 
-**WriteMsg**//(message);//+''WriteMsg(message);''
  
-//string message;//\\+^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
 +|message| String | The message to be written to the stderr during INI Engine processing.| 1 | 256 |
  
-|message| The message to be written to the stderr during INI Engine processing.|+===== Example =====
  
-==== Example ==== + Write a message to the current user. 
-**WriteMsg: Write a message to the current user.** + 
-|WriteMsg("Just what do you think you're doing, %USERNAME.?");|+<code> 
 +WriteMsg("Report compiled by %USERNAME."); 
 +</code> 
 + 
 +{{tag> import_engine sync_engine}}
engine/import/writemsg.1534282972.txt.gz · Last modified: 2025/01/21 22:07 (external edit)