Difference between revisions of "Midware TMWBuffer.StringToRecord"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWBuffer -> [[Midware_TMWBuffer.StringToRecord | StringToRec…')
 
 
Line 7: Line 7:
 
== Description ==
 
== Description ==
  
Reverse operation for RecordToString. Append a new record. Start parsing the string from a given index. Update this position. Return the number of fields copied.         Accept fields delimited by single or double quotes. See also StringToRecords for several records.
+
Reverse operation for RecordToString. Append a new record. Start parsing the string from a given index. Update this position. Return the number of fields copied.
 +
Accept fields delimited by single or double quotes. See also StringToRecords for several records.

Latest revision as of 19:53, 5 May 2011

Main page -> Midware component reference -> TMWBuffer -> StringToRecord

Definition

function StringToRecord(Src:String;var Start:Integer):integer;

Description

Reverse operation for RecordToString. Append a new record. Start parsing the string from a given index. Update this position. Return the number of fields copied. Accept fields delimited by single or double quotes. See also StringToRecords for several records.