Clear_Intern

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > TXT. Text-File Engine > Push / Pop >

Clear_Intern

TXT.Pok

Previous Top Next


MiniRobotLanguage (MRL)

 

TXT.Cls

TXT.Clear_Intern

Clear the internal Places that may contain TXT.-Buffer-Backups and that are numbered from 0 to 9.
You can specify a number to clear that specified place. If you specify no number all places are cleared.

 

 

Intention

 

This command is used to clear those internal storage-places that are numbered from 0 to 9.

You can specify a number to clear that specified place. If you specify no number all places are cleared.

 

' Load Textfile into internal Buffer for further TXT.-Command Operations

' ($$RES is 0/1 success)

TXT.Load_Textfile|$$FIL|$$RES

' Reserve speichern

TXT.Puk|1

' We have now a Backup of the Textfile in Internal Storage "1".

' It can be restored - overwriting the current Buffer-Content using:

TXT.Pop|1

' Clear all internal places

TXT.cls

 

 

Syntax

 

 

TXT.Cls[|P1]

TXT.Clear_Intern[|P1]

 

 

Parameter Explanation

 

P1 - (Input) Number or Variable with number. Can be any Number between 0 and 9.

    If omitted all internal places are cleared.

 

 

Example

 

'*****************************************************

'

'*****************************************************

 

 

Remarks

-

 

Limitations:

 

-

 

 

See also:

 

  !TXT. - Text File Engine

  Push_Intern

  Pop_Intern  

  Push_Keep

  Pop_Keep

  Clear_Intern

  TXT.Load Textfile

  TXT.Clear  

  TXT.To_Var

  TXT.From_Var

  TXT.To_Var_and_Clear

  TXT.Get_Filename

  TXT.Get_Lenght