GetPastebinRawTextArray

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns text from specified paste on pastebin.com as an array where each element is a separate line from specified paste.

Syntax

[help]
(Text:Array) GetPastebinRawTextArray paste_key:string

Example

 let my_array := GetPastebinRawTextArray "j1SY2TFH"

Will return array of lines from specified paste.

Notes

See Also