PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Question to xmlDoc and description
Question to xmlDoc and description
Started by priv!s4vq1M3L51s69n4rL51y76v105+qr, Oct., 04 2024 4:49 AM - No answer
Posted on October, 04 2024 - 4:49 AM
This code works fine:
xmldoc is dynamic xmlDocument,description="UBL-Invoice-2_3"

but I can't use
descriptionName is string = ""UBL-Invoice-2_3"

xmldoc is dynamic xmlDocument, description=descriptioName

Is there some way to achieve the desidred use of a variable