Jump to content
Developer Wiki and Function Reference Links ×

Concatenate Datamanager Code


Recommended Posts

Hi,

 

I actually am trying to code more complex things in the 2022 Datamanager. Sth like, "concatenate" the wall type.

first part should scan of which material the wall is made, which we actually write in the wall style name. second part is sth like "is it a wall or what is it really? (also written in the style name) and last but not least wether it's an external or an internal wall.

 

The result should look like:

=Concat(IF(((Style.'Name')='*STB*');'Concrete';'other material');' wall ';(((Style.'Name')='*-A*');'external';'internal'))

 

however the datamanager returns me bracket and comma-errors.

 

First of all, is it now possible to concatenate a datamanager-mapping the way I describe it here, and, what could I do better?

 

And, which forum could be better for issues like that? 😉

I am afraid of getting no answer in the troubleshooting-board...

 

thanks in advance!!!

Link to comment
23 hours ago, matteoluigi said:

=Concat

i finally made it. The command "TEXTJOIN" worked. Might sound a little bit weird for Vectorscript.

 

At all, I only did post here, because I didn't know where else and I've been afraid that in the "Troubleshooting"-Board nobody really is interested in the datamanager...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...