Text output proc

by Tafe
[Share] [Zip]
ID:114810
 
This will probably help you out:



PROC

printText(text,ref,num)
printText_Info(text,ref,num)
printText_Announce(size,headertext,text,ref,num)
logText_In(text,file)
logText_Out(file)
REF

WORLD
VIEW
OVIEW
usr
src

Warning:
In the procs where it is var/num.
it is the distance of oview() in case you use it!

Update

Update 1_3
Changing proc names:
  • printText()
  • printText_Info()
  • printText_Announce()
  • logText_In()
  • logText_Out()

Added new logsystem

Update 1_2
Added Announce Proc
Better color contrasts
New Downloadlink


Update 1_1
Adding more colors
Better code system
SetLnCommand()
GetLnCommand()

Release:
PrintLn()
PrintLnInfo()
GetLnCommand()
var/ColorCode



This may not seem to be exactly like a String, that would be used in Java. It is more of a text manipulator, that maybe makes outputing or inputing easier for some work.

Futuring updates:
In the next update, you will be seeing
  • Logging system that enables you to save text in 'selected' files.
  • Better proc definitions.
  • More info to read.
  • Better understandence in the library.
Hey, thanks for this library. I added it to my project K-DOS as the module "Tafe Text". =D