GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
get_key(3) Arcan Lua API get_key(3)

get_key - Retrieve a key/value pair from the database.

string or nil
get_key( key, opttgt, optcfg )

Return a single value associated with a key from either the appl global space, or from an optional target or optional target/configuration.

function get_key0()
      local test = store_key("test", "result");
      local value = get_key("test");
      if (value == "result") then
            print("OK");
      end
end

store_key(3)

June 2022 database

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.