Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
include variables
#3
well, glad are those who can read the help Confusedhock:

Code:
Copy      Help
//mru_reader
str mru value
str keypath = "Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\"
//ext will me filled by function
str ext = "txt"
str key_path.format("%s%s" keypath ext)
rget(mru "MRUList" key_path 0)
//my result -> gfedcbajih
int i=len(mru)
//result i = 10, can be used for rep
str s; int va
rep i
    s.get(mru va 1)
    va+1
    rget(value s key_path 0)
    out value

Big Grin
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)