Holograms_InsertLine()
Insert a line into the middle of a hologram
Full Function
Parameters
Name
Type
Description
Return Values & Meanings
Usage
set {_insert} to Holograms_InsertLine("hologram_id", 2, "This will be the new SECOND line")
if {_insert} is 1:
send "That hologram does not have that many lines!"Last updated