Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone, I have a strange doubt and I do not know if it is possible.
I made a plugin with about 15 lsp and the company I work will distribute to an affiliate, but she asked me to make a version that only worked 30 days, how to do that? and how to add a password efficiently?
I will attach the way I thought and tell me the opinion of you:
30 day version (setq CorrenteMes (atof (substr (rtos (getvar "CDATE") 2 10) 1 6)))
Password (while (not (equal (getstring "\nPassword: ") "PASSWORD")))
Solved! Go to Solution.