SPLIT, 'Unused function return value'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-05-27 05:10 AM
‎2005-05-27
05:10 AM
SPLIT (setdim, "%n %s %n %s %n", reswid, sep1, resdep, sep2, reshei)
gives me an "Unused function return value at [Line of SPLIT]" warning when I do a Check Script. If I 'Continue' running the script I do get the values I am after for reswid, resdep, reshei (12, 21, 30).
What does that warning mean? What am I doing wrong?
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-05-27 08:46 AM
‎2005-05-27
08:46 AM
aaa=SPLIT (setdim, "%n %s %n %s %n", reswid, sep1, resdep, sep2, reshei)
OK
OK
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2005-05-27 09:07 AM
‎2005-05-27
09:07 AM
LubosC wrote:
aaa=SPLIT (setdim, "%n %s %n %s %n", reswid, sep1, resdep, sep2, reshei)
OK
Ayayay! Thank you very much.