📄 9645
字号:
Xref: cantaloupe.srv.cs.cmu.edu comp.os.ms-windows.misc:9645 comp.os.ms-windows.apps:11696Path: cantaloupe.srv.cs.cmu.edu!magnesium.club.cc.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!noc.near.net!uunet!vtserf.cc.vt.edu!creatures!csgrad.cs.vt.edu!begolejFrom: begolej@csgrad.cs.vt.edu (James Begole)Newsgroups: comp.os.ms-windows.misc,comp.os.ms-windows.appsSubject: Wincmd - trouble with string variablesMessage-ID: <4379@creatures.cs.vt.edu>Date: 20 Apr 93 03:23:27 GMTSender: usenet@creatures.cs.vt.eduFollowup-To: comp.os.ms-windows.miscOrganization: VPI&SU Computer Science Department, Blacksburg, VALines: 19Has anyone else been playing with that wincmd utility from PC Magazine?If so, I am having trouble concatenating string variables together andneed your help. For example:temp = "path"temp2 = "file.ext"fullpath = temp+"/"say fullpath // output = 'th/'fullpath = fullpath+temp2say fullpath // output = 'h/file.ext'So, it seems to be dropping the first few characters with eachconcatenations. Is it that I am out of memory -- I only have maybe 20variables total -- the article didn't mention memory limits. email me if you have an idea or would like to see the actual source andoutput. Thanks for your help. -Bo-- --James "Bo" Begole begolej@csgrad.cs.vt.edu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -