- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » String Outputs Not Shown
Page Start Prev 1 Next End
String Outputs Not Shown
String Outputs Not Shown
Apr-24-14 11:30:36
Hi,
Have a look at this basic model on string handling.
Code:
model stringModel
String a = String(true);
String b = String(2.0);
// = "2.0"
String c = String(123, minimumLength = 6, leftJustified = false);
// = " 123"
end stringModel;
When i simulate this, the outputs are not shown in OpenModelica. Is there any way to get them?
Page Start Prev 1 Next End
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » String Outputs Not Shown
There are 0 guests and 0 other users also viewing this topic