Hi all,
I want to change strings to integer. The strings are values from fvwm variables getting via Set $window_width = (GetOutput {echo $window_width} 1 -1)
Set $time_date_height = (GetOutput {echo $timedate_height} 1 -1)
to change the size of a widget:ChangeSize 1 $window_width $time_date_height
This fails causeError: 2 (BadValue (integer parameter out of range for operation))
In the fvwm-script help I found that “ChangeSize” needs integer for working. Is it possible to convert these strings which are string integers to real integers?
Thanks in advance,
Thomas
Btw. I have the same problem with ChangePosition …