License Delivery maintenance is expected to occur on Saturday, November 30, between 8 AM and 11 AM CET. This may cause a short 3-hours outage in which license-related tasks: license key upload, download, update, SSA validation, access to the license pool and Graphisoft ID authentication may not function properly. We apologize for any inconvenience.
Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

SPLIT, 'Unused function return value'

For setdim = "12 x 21 x 30",

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
aaa=SPLIT (setdim, "%n %s %n %s %n", reswid, sep1, resdep, sep2, reshei)

OK
LubosC wrote:
aaa=SPLIT (setdim, "%n %s %n %s %n", reswid, sep1, resdep, sep2, reshei)

OK

Ayayay! Thank you very much.