mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
862 B
862 B
NS.clear() method
Clear data from a port.
Signature:
clear(handle: string | number): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| handle | string | number | Port or text file to clear. |
Returns:
void
Remarks
RAM cost: 0 GB
This function is used to clear data in a Netscript Ports or a text file.
If the port/fn argument is a number between 1 and 20, then it specifies a port and will clear it (deleting all data from the underlying queue).
If the port/fn argument is a string, then it specifies the name of a text file (.txt) and will delete all data from that text file.