Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果一个整数参数在参数脚本中加1,例如
parameters test = test + 1
该脚本可能会在一个用户操作期间运行多次。在单个用户操作之后,分配 1 开始的参数可能是 4。有解决方法吗?
似乎我在 gdl 手册中忽略了这一点。我猜很多人可能不知道它在那里,因为它有点隐藏。
n = APPLICATION_QUERY ("PARAMETER_SCRIPT", "FIRSTOCCASION_IN_PROGRESS", isFirstRun) if isFirstRun then ....