GHS help with macro

Discussion in 'Software' started by narch, Apr 17, 2023.

Tags:
  1. narch
    Joined: Feb 2023
    Posts: 2
    Likes: 0, Points: 1
    Location: canuckstane

    narch New Member

    I have a macro like .case %1, %2, %3

    my parameter %1 set manually, %2 ranges from -90 to 90, and parameter %3 ranges from 0 to 30.

    can I run the calculation in one line command over the entire range of parameters?

    i.e.
    .case 10, -90, 0
    .case 10, -80, 0
    ...
    .case 10, -90, 5
    .case 10, -80, 5
    ...
    .case 10, 80, 30
    .case 10, 90, 30
     
Loading...
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.