SOLVED!
GDL: Profile Request Parameter Script

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-06-19 05:36 AM
2019-06-19
05:36 AM
n = REQUEST ("Profile_default_boundingbox", name_or_index, xmin, ymin, xmax, ymax)
This request does not work in the parameter script, so is there some other way I can get parameters calculated from the min max returns to update their relevant parameters?
Width = abs(_xMax - _xMin) Height = abs(_yMax - _yMin)
Ling.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-06-20 04:26 AM
2019-06-20
04:26 AM
Péter wrote:
Hi,
No, but a profile type parameter shows it’s default size in the UI popup (and the request is usable in UI script).
ie. Values calculated from request returns cannot be displayed to the user unless a UI is scripted. So if that is not done, displayed values do not equal executed values.
Ling.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |
1 REPLY 1
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2019-06-20 04:26 AM
2019-06-20
04:26 AM
Péter wrote:
Hi,
No, but a profile type parameter shows it’s default size in the UI popup (and the request is usable in UI script).
ie. Values calculated from request returns cannot be displayed to the user unless a UI is scripted. So if that is not done, displayed values do not equal executed values.
Ling.
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |