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