Login

load

Kohaku's picture

Set, get, save and load variables

5
Average: 5 (1 vote)
`setup
global datcnt
dim datname(datcnt) as string
dim datentry(datcnt) as string
 
`example
set_dat("hi", "greeting")
set_dat("bye", "not greeting")
 
print get_dat("hi")

Syndicate content