Printe()

Print an error message to the users terminal (no newline).

PRINTE [p1-p20=Any] Converts all parameters for printing to the terminal screen

example:

	# print out a variable with some text
	>> printe "Value of variable $PI=" $PI
	0/(none)/Value of variable $PI=3.14159265358979>>

Note: See also the other print commands in the group ( "print" - "n, i, in, e, en, d, dn" e.g. "printdn" )

Printe()

See the generic Print() command for a full description.