`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")