- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
HOW TO RECORD?
I have one script used by different people with different settings(variable's values). My thought is to record all variables and their values every time after running scripts. Save them in somewhere so that I can call the variable's value when I run scripts next time. But how to do it??
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: HOW TO RECORD?
One way: Via scripting, open or, if nonexistent,create a table and populate the first column with Variable names and the second column with their Values. Store via scripting the table somewhere all potential users can access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: HOW TO RECORD?
that's a good idea. is there any way to extract all variables within an opened jmp window? thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: HOW TO RECORD?
get them by show global()