Opened 20 years ago

Last modified 19 years ago

#3 closed defect (fixed)

Interaktivt anrop av en funktion med Strängparameter

Reported by: levsa Owned by: levsa
Priority: critical Milestone:
Component: Version:
Keywords: Cc: levsa, Adrian Pop

Description


Change History (2)

comment:1 by levsa, 20 years ago

Interaktivt anrop av en funktion med Strängparameter.

function foo input String str; output String s2; algorithm s2 := str; end foo;

Ok

foo("aa")

Error evaluating expr.

comment:2 by Peter Aronsson, 19 years ago

Fixed for scalar strings. TODO: arrays of strings must be implemented in
Values.rml (reading from file.)

Note: See TracTickets for help on using tickets.