How do I write to parameters?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-11-28 06:54 PM
‎2007-11-28
06:54 PM
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-11-28 07:49 PM
‎2007-11-28
07:49 PM
Can you be a little more specific?
Tom Waltz
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2007-11-29 02:55 AM
‎2007-11-29
02:55 AM
To force the value of a user parameter use:
This is pretty well documented in the GDL Reference. Have you looked there?
PARAMETERS parameter_1 = value_1, parameter_2 = value_2 !...and so onReplace "parameter_1" etc with the parameter names and values you want to assign.
This is pretty well documented in the GDL Reference. Have you looked there?