Search found 3 matches
- Tue Mar 21, 2023 3:39 am
- Forum: Programming
- Topic: Use strings for scalar
- Replies: 4
- Views: 7264
Re: Use strings for scalar
Thank you, indeed that makes sense
- Mon Mar 13, 2023 9:17 am
- Forum: Programming
- Topic: Use strings for scalar
- Replies: 4
- Views: 7264
Re: Use strings for scalar
It does not for me...
Could it be related to the version of Eviews (I use 12) or an option?
- Mon Mar 13, 2023 12:25 am
- Forum: Programming
- Topic: Use strings for scalar
- Replies: 4
- Views: 7264
Use strings for scalar
Hello, I'm a trying to use strings (which contain number) as scalar with the @val function. It works fine with string objects but does not work with string variables. So string str = "1" scalar i = @val(str) works fine and i has the value 1. But if I do %str = "1" scalar i = @val...
