Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2025 03:33 AM
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2025 11:25 AM
In your gs.info statement, don't use the Quotes… you're outputing the actual text of your variable instead of the value.
…
gs.info(x.number);
...
If helpful or correct, please state so!
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2025 11:25 AM
In your gs.info statement, don't use the Quotes… you're outputing the actual text of your variable instead of the value.
…
gs.info(x.number);
...
If helpful or correct, please state so!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2025 11:39 AM
Ya Thank u so much