Bill Allombert on Thu, 02 Nov 2006 21:52:07 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: carriage return (\r) in GP


On Thu, Nov 02, 2006 at 12:17:38PM -0800, Max A. wrote:
> Is there a way to print out carriage return (without a new line; in C,
> it is '\r' symbol) in GP?
> I would like to have a single-line progress indicator in my program,
> and it needs carriage return.

Try print(Strchr(13))

Cheers,
Bill.