close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#309 closed defect (invalid)

PutStructure doesn't work

Reported by: Alfredo Torre Owned by: danirus
Priority: lowest Milestone:
Component: SetAlgebra Version: head
Severity: trivial Keywords:
Cc:

Description

Just run this TOL code:

Struct AuxSt(Text Input, Real Value);
Set sAux = "hola", 1 ?;
Set PutStructure("AuxSt", sAux);
Text t = sAux->Input;

Change History (2)

comment:1 Changed 20 years ago by César Pérez Álvarez

Priority: highestlowest
Resolution: invalid
Severity: criticaltrivial
Status: newclosed

There is no bug. The function PutStructure create a new set with the structure.

comment:2 Changed 20 years ago by Alfredo Torre

You're right!

Thanks

Note: See TracTickets for help on using tickets.