- Index
- » Programming
- » Modelica Language
- » Checking value of string
Page Start Prev 1 Next End
Checking value of string
Re: Checking value of string
Mar-14-13 23:00:32
You need to check it during runtime since the result format only supports doubles.
- sjoelund.se
- 1700 Posts
Re: Checking value of string
Mar-14-13 23:15:46
You can check it via if str1 == str2 then ... or via assert assert(str1 == str2)
- adrpo
- 885 Posts
Re: Checking value of string
Mar-14-13 23:21:40
you can print the string value by using Modelica.Utilities.Streams.print during the runtime.
Adeel.
- adeas
- 454 Posts
Page Start Prev 1 Next End
- Index
- » Programming
- » Modelica Language
- » Checking value of string
There are 0 guests and 0 other users also viewing this topic