GDL Enthusiast
Enthusiast
since ‎2021-07-28
4 hours ago

User Statistics

  • 82 Posts
  • 1 Solutions
  • 63 Likes given
  • 5 Likes received

User activity

Hi, I have created an object that is quite slow on loading and changes. I read in the past about speeding up script by using a _ before a variable to constrain the the GDL reader to only look for a variable within that page. Does this speed up the pr...
Hi, I have a list of hotspots that I thought could be cleaned up with an array. When implemented unID = 1 HOTSPOT X1, 0, 0, unID, Len1, 1+128 :unID=unID+1 !Point HOTSPOT X1, 0+Len1, 0, unID, Len1, 2 :unID=unID+1 !Move HOTSPOT X1, 0-1, 0, -unID, Len1,...
Hi, I have a problem that is baffling me. I have simplified it down to how to deal with an Undefined line item in an array. Here is the script: Parameter Script: values{2} "bolt", 1, `Simple`, 2, `Complex` values{2} "nut", 1, `Simple`, 2, ` Complex `...
Hi, I am wondering if it is possible to change the variable name on the fly, e.g when calling from a Subroutine, having the variable name part1+part2 merged together. An example would be a variable called Var_A where the prefix is added to the suffix...
Hi, I can't seem to get some of the math functions to work e.g. x1 = atan (1) x2 = sqrt (16) x3 = power (5,2) The error is unnecessary token(s) after end of command. The syntax comes from here: https://helpcenter.graphisoft.com/user-guide/128510/ Oth...