###Function###
StringAddCR

###Description###
Takes a string and prefixes all linefeed characters ( Chr(10) ) with a carriage return character ( Chr(13) ).

###Syntax###
StringAddCR ( "string" )


###Parameters###
@@ParamTable@@
string
	The string to convert.
@@End@@


###ReturnValue###
Returns the string with all instances of linefeed characters ( @LF ) prefixed with a carriage return character ( @CR ).


###Remarks###
None.


###Related###
StringStripCR, StringReplace


###Example###
@@IncludeExample@@
