cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.
SOLVED!

Parameter Buffer manipulations for text

Nader Belal
Mentor
Hi there,

Is there a way where I can save text strings separated by commas using the PUT, GET() method?

I´m aware the PUT is only for saving numeric values, I need a way that do the same or mimics its behaviour, thank you
A good friend of mine have once told me that I´m so brute that I´m capable of creating a GDL script capable of creating GDLs.
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Text file?
Text Array parameters? (can be inline defined)

little harder than put/get...

Piotr

View solution in original post

4 REPLIES 4
Solution
Text file?
Text Array parameters? (can be inline defined)

little harder than put/get...

Piotr
Nader Belal
Mentor
Ok, so if I wanted to use it with values{2}, how can I adchieve this ?
A good friend of mine have once told me that I´m so brute that I´m capable of creating a GDL script capable of creating GDLs.
Nader Belal
Mentor
Thanks Piotr, I have just figured it out
A good friend of mine have once told me that I´m so brute that I´m capable of creating a GDL script capable of creating GDLs.
There are a lot of objects in the current standard libs, build the way that there are array/matrix parameters for values/values{2}...and such perps can be made for ui_infield* commands as since AC 19 they can also take the arrays.

Piotr