GetPastebinRawTextArray
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns text from specified paste on pastebin.com as an array where each element is a separate line from specified paste.
Syntax
(Text:Array) GetPastebinRawTextArray paste_key:string
Example
let my_array := GetPastebinRawTextArray "j1SY2TFH"
Will return array of lines from specified paste.
Notes
- This function should be considered experimental;
- Paste_key is located after "/" in url. "https://pastebin.com/xxxxxxxx" xxxxxxxx is paste key.