String-Commands * TXT-Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > TXT. Text-File Engine > Get Lines and Text >

String-Commands * TXT-Command

TXT.Get_to_Start

Previous Top Next


MiniRobotLanguage (MRL)

 

TXT.gts

TXT.Get_to_Start
Get all Text that is before a specified Line, including the specified line.

 

 

 

Intention

 

This command is used to get all Text before a specified Line from the Text that is in the Internal TXT-Buffer, into a Variable.

It will include the specified Line itself. Variable P2 will contain the Text before and include the Line Nr. P1.
 

' Get all Text before Line 10 into $$LEF

$$NUM=10

TXT.gts|$$NUM|$$LEF

LEN.$$LEF|$$LEN

'JIV.$$LEN!238|Lab_failed

 

 

Syntax

 

 

TXT.gts|P1[|P2]

TXT.Get_to_Start|P1[|P2]

 

 

Parameter Explanation

 

P1 - (Input,numeric) Variable with Line-Number.

P2 - (Output) Variable will contain the Text. If omitted, the line is placed on TOS.

 

 

Example

 

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

' EXAMPLE 1: TXT.gts

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

VAR.$$LAA=?path\..\Pics\Test.txt

TXT.ltf|$$LAA

' Get all Text before Line 10 into $$LEF

$$NUM=10

TXT.gts|$$NUM|$$LEF

LEN.$$LEF|$$LEN

MBX.Len of returned Text is:$$LEN

ENR.

 

 

Remarks

 

-

 

Limitations:

 

-

 

 

See also:

 

  TXT.Load Textfile

  TXT.Clear

  TXT.From_Var

  TXT.Load_pure_Text

  TXT.Get_pure_Text

  FIL.Generate numbered Name

  FIL.Move numbered File

  ATF - Append-to-File

  CFF. - Copy-From-File

  CTF - Copy-To-File

  COP. - Copy File

  TXT.Get_Filename

  TXT.Get_Lenght

  TXT.To_Var_and_Clear

    GLC. - Get-Line-Count

    TXT.Get_Line

    IEF. / NEF. - If - exist - File

    LFF - Line-From-File

    WFF. - Wait-For-File

    REN. - Rename File/Dir