zhangmall 發表於 18-9-26 11:51

請問如何把輸出視窗清除?

請問一下:
    我用print 去做輸出時,想要在程式一開始時,就把上次的輸出,清除掉。要如何做呢?感謝

wanwh 發表於 18-9-26 15:14

ClearDebug
Clears the PowerLanguage Editor Output Log.

Usage
ClearDebug

Example
ClearDebug;will clear the PowerLanguage Editor Output Log

hcckyy 發表於 18-9-26 23:06

once ClearDebug;
print(.............);

zhangmall 發表於 18-9-27 09:10

感謝兩位的回覆。
頁: [1]
查看完整版本: 請問如何把輸出視窗清除?