cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create a position descriptor with XML add-on

Hi

I can't perform to create a position descriptor with XML add-on

here is my code
!! Open file
chXml = OPEN ('XML', "Types_Profil_Bac_Acier.xml", "'r', 'l'")

!! New descriptor
INPUT(chXml, "NewPositionDesc", "ignored", posRoot)
archicad told me : "return function unused value"

I think that the problem come from the fieldID which must be ignored, and i don't know how to make this

i tried:
INPUT(chXml, "NewPositionDesc", "", posRoot)
INPUT(chXml, "NewPositionDesc", , posRoot)
INPUT(chXml, "NewPositionDesc", fieldID, posRoot)
INPUT(chXml, "NewPositionDesc", "fieldID", posRoot)
INPUT(chXml, "NewPositionDesc", posRoot)

nothing work, if you got an idea

i thought there is a lack of example in the GDL reference Guide
0 Replies 0

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!