17208.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 27 行
HTML
27 行
<html> <head> <title>Re: 请问怎样在一组字串中减去其中不想要的字串?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>Re: 请问怎样在一组字串中减去其中不想要的字串?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:jtomail@tomail.com.tw">j</a> on August 13, 1999 at 17:37:54:<p>In Reply to: <a href="17197.html">请问怎样在一组字串中减去其中不想要的字串?</a> posted by Fai on August 13, 1999 at 16:15:48:<p>: 例如有这组字串<br>: "I am a boy and you are a girl"<br>: 我想不要"a boy",只得<br>: "I am and you are a girl"<br>: 请问VB6有无Function可以快些完成?<p>小弟只会在TextBox控制项中减去不想要的字串<br>先用InStr搜寻不想要的字串再用 SelStart 和<br>SelLength 把不想要的字串选取然后使用 SelText<br>删除不想要的字串<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17208--><!--top: 17217--><li><a href="17217.html">Re: 请问怎样在一组字串中减去其中不想要的字串?</a> <b>纪文和</b> <i>19:52:17 8/13/99</i>(<!--responses: 17217-->0)<ul><!--insert: 17217--></ul><!--end: 17217--></ul><!--end: 17208--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?