?? 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 + -