Does anyone know:
How do you clear the IDLE ArcPy screen.
Won't work with a screen full of mistakes.
Tried general advice from the web about using:
import os
os.system('cls') #on windows
Doesn't work on IDLE screen.
cls on DOS was so basic.
Thank you,
Edi
How do you clear the IDLE ArcPy screen.
Won't work with a screen full of mistakes.
Tried general advice from the web about using:
import os
os.system('cls') #on windows
Doesn't work on IDLE screen.
cls on DOS was so basic.
Thank you,
Edi