Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Updating one macro on multiple computers
#4
They should not make changes to shared macros. If they need different data in shared macros, the macros should get data from eg a local file. Or the macro can select different values depending on user (if all users are known), like this:

Macro Macro1776
Code:
Copy      Help
str data user
GetUserInfo &user
sel user 1
,case "user1"
,data="data1"
,case "user2"
,data="data2"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)