Ask Your Question

Veiko's profile - activity

2017-04-03 12:07:52 -0500 received badge  Famous Question (source)
2015-07-27 14:19:24 -0500 received badge  Notable Question (source)
2015-07-27 00:31:54 -0500 answered a question Case opening file dir

Thank you for help.

Works fine now. I was using (r""" """) marks that the recorded macro added.

2015-07-27 00:29:46 -0500 received badge  Scholar (source)
2015-07-26 11:29:01 -0500 received badge  Popular Question (source)
2015-07-24 05:37:55 -0500 asked a question Case opening file dir

Hey

I try to make PSSE open file by my entered name. But it doesn't open it with string file directory. What kind of variable it needs or is there another way. My sample code is below and error under ##

name= str(raw_input('')) print(name) sav='.sav' casename=name+sav fdir='C:\PSS\FAILID\%s' %casename psspy.case(r"""str(fdir)""")

File not found. str(fdir).cnv (OpnApplFil/OPNPTI)