Search results

From Free Pascal wiki
Jump to navigationJump to search
  • ...t '''Text''') is used in a Pascal program to read from and write to a text file. reset(MyFile); //Reopen the file for reading
    2 KB (286 words) - 10:14, 29 February 2020
  • == Untyped text file == ...nversely, the file is written line by line. The data records of an untyped file can be of different lengths.
    3 KB (368 words) - 02:04, 29 January 2022
  • == [[File/fr|File]] of == Pour spécifier la variable discrimante dans une type avec variante.
    727 bytes (120 words) - 23:41, 3 November 2016
  • {{binary file}} == Binary file ==
    3 KB (418 words) - 23:44, 28 January 2022
  • [[File:EvaluateModify.png]] ...he new value to the expression. The expression can only be a property or a variable. (Read notes on "New Value")
    2 KB (263 words) - 15:43, 31 January 2018
  • ...iable parameter''' is a [[Routine|routine]] parameter that is a [[Variable|variable]]. To call a routine with a variable parameter, you need to specify a variable at the proper position.
    3 KB (475 words) - 00:52, 24 February 2022
  • Reading from a file instead of the console (keyboard) can be done by: The <tt>text</tt> data type indicates that the file is just plain text.
    2 KB (382 words) - 16:18, 20 August 2022
  • writeln('Text read from file: ', s)
    2 KB (83 words) - 10:14, 29 February 2020
  • == Typed file == A typed text file is suitable for processing files of any size.
    2 KB (309 words) - 03:31, 2 March 2020
  • ...sociates a file variable with an external entity (e. g. a device file or a file on disk). The first parameter is a file variable, the second parameter specifies a path.
    4 KB (552 words) - 18:05, 3 September 2022
  • ...trieves a datum from a [[typed files|<syntaxhighlight lang="pascal" inline>file of …</syntaxhighlight>]] and advances the reading cursor. # The file must be in ''inspection'' mode.
    3 KB (359 words) - 12:16, 20 July 2021
  • ...ed function]]をアプリケーションに提供します。(例えば、ファイル変数[[file variable]]に外部ファイル[[external file]]を割り当てる[[Assign]]関数など)
    3 KB (75 words) - 15:42, 24 July 2008
  • {{IDE Window: Variable Inspector}} = Variable Inspector =
    2 KB (357 words) - 18:30, 1 July 2015
  • {{File(page)}} ...h read and write to a file. A file variable is (usually) associated with a file on a disk using the [[AssignFile]] procedure (older, equivalent name: just
    4 KB (692 words) - 00:14, 15 February 2020
  • [[File:Locals.png]] ;Name: The mangled name of the variable. Normally the compiler converts pascal identifier to uppercase. You will se
    1 KB (209 words) - 11:13, 29 June 2012
  • ...une référence à un [[external file|fichier externe]] à une [[file variable|variable fichier]]). ...ment textuel si le fichier pointe sur un terminal ou dans un fichier si la variable fichier pointe sur un fichier externe).
    3 KB (423 words) - 18:19, 7 February 2013
  • ...ended function]] to assign a reference to an [[external file]] to a [[file variable]]). ...nal, or to write to a file if the file variable is pointing to an external file.
    3 KB (423 words) - 08:42, 23 August 2023
  • {{Warning|This variable is deprecated. Please see hints for information on replacement.}} '''DecimalSeparator''' is a [[Global variables|global char variable]] whose contents is determined by the used [[locale]]. It is used for repre
    2 KB (201 words) - 12:00, 6 April 2023
  • {{macOS file storage}} ...te the user's unique temporary directory, display it and write a temporary file to it is demonstrated by the code below:
    2 KB (257 words) - 10:01, 26 March 2021
  • ...rol carefully the lifetime of the object and store it in a global or class variable. Destroying the object while speak is still running can cause crashes.}} === Assigning text to a variable. A WideString must used ===
    3 KB (356 words) - 12:04, 29 September 2021

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)