Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
rset and rget
#11
Macro
Code:
Copy      Help
str names name
rget names "names" "\Test" ;;get the list

out; out "-- All names --"; out names

if(!inp(name "Add new name") or !name.len) ret

names.addline(name) ;;add to the list
rset names "names" "\Test" ;;save the list


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)