~~NOTOC~~
<=[[4rpl:start| Index]] \\
<=[[4rpl:start#lists| Lists]]
* [[4rpl:commands:getgloballist|Get]]
* [[4rpl:commands:setgloballist|Set]]
====== SetGlobalList ======
SetGlobalList(<-index <-data)
===== Description =====
Sets an entry in the global list. The global list is a single list per mission.
===== Examples =====
GetGlobalList(42) ->data
<-data 1 + ->data
SetGlobalList(42 <-data)
<=[[4rpl:start| Index]]