CristianLuca
Programmer
So i'm trying to make a simple print, then to unget all the x last chars or last output from the standard window and i do not know how.Eny suggestions will be appreciated.
# example :
print "Hello world"; # output : Hello world
# print unget(5); or a method similiar this is just a suggestion
print "Sam" # output : Hello Sam
# i'm just interested to print in the standard output window
# not in a file.
Thanks you,
CL
# example :
print "Hello world"; # output : Hello world
# print unget(5); or a method similiar this is just a suggestion
print "Sam" # output : Hello Sam
# i'm just interested to print in the standard output window
# not in a file.
Thanks you,
CL