6918.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 24 行

HTML
24
字号
<html>
  <head>
    <title>Re: VB中文字转出问题?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: VB中文字转出问题?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by Jason on October 30, 1998 at 17:02:59:<p>
In Reply to: <a href="6907.html">VB中文字转出问题?</a> posted by Lai on October 30, 1998 at 13:18:23:<p>
<center><img src="http://www.taconet.com.tw/~topjason/top.gif"></center><p>
<br>: VB资料表内有一资料栏(aa)其值为'台北市-1'<br>: 如要转为DOS格式的文字档该栏位(aa)长度设为12<br>: 该如何正确转换为'台北市-1____'12个Bytes<br>: 其中'____'为空白<p>LenB("台北市-1____")=9<br>LenB(StrConv("台北市-1____", vbFromUnicode))=12
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 6918-->
</ul><!--end: 6918-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?