ID:2311116
 
Code:


Problem description:

Hey guys just wondering how i would go about clearing what is displayed in an interface output?

I'm using an interface output as a log for bank accounts in my current project, and in order to be able to update the account logs correctly i need to first clear the displayed log from the output, but i don't know how to do so. Any help would be appreciated, thanks.

winset(src,"Central_Bank.Account_Log","text=null") Is an example of what im trying to accomplish...

Got it, src<<output(null, "Central_Bank.Account_Log"). F1 help outlined how to perform this action