Skip to main content

File (text)

This will read all of the text from the given file, and store the input to a single variable, with new lines separated by a space.

note

This will combine all lines into one and store it in a single variable. If you want each line as its own, look at 'Variables > Lists > Add file lines to list' instead

note

Relative paths will be resolved from Pandemic's Script Creator's "files" folder

Parameters

  • Variable name (text)
  • File (text)