Kill Statement

рдбрд┐рд╕реНрдХ рд╕реЗ рдлрд╝рд╛рдЗрд▓ рдорд┐рдЯрд╛рддрд╛ рд╣реИ.

Syntax:


Kill File As String

рдкреИрд░рд╛рдореАрдЯрд░

File: Any string expression that contains an unambiguous file specification. You can also use URL notation.

Error codes:

5 Invalid procedure call

D'oh! You found a bug (text/sbasic/shared/00000003.xhp#err76 not found).

рдЙрджрд╛рд╣рд░рдг:


Sub ExampleKill
    Kill "C:\datafile.dat" ' File must be created in advance
End Sub