Basic Print
Command: prt "Hello World"
Output:
Hello World
Learn how to use the powerful prt
command for advanced text formatting and output customization.
The prt
command in X3 DMI allows you to print text with styles, alignments, delays, and more. Customize your output for a better presentation.
prt "value" [options]
Options:
Command: prt "Hello World"
Output:
Hello World
Command: prt "Centered Text" align=center
Output:
Centered Text
Command: prt "Styled Text" color=red effect=bold
Output:
Styled Text
Command: prt "Typing Effect" delay=0.1
Output: The text appears one character at a time.
Command: prt "Save this text" tofile=output.txt
Output: The text is saved to output.txt
.
Command: prt "Make Me Uppercase" case=upper
Output:
MAKE ME UPPERCASE
Command: prt "Bordered Text" border=*
Output:
*************** * Bordered Text * ***************