摘要: 一、基础知识:1、常用ASCII码知识:chr(9)、chr(10)、chr(13)、chr(32)、chr(34)所有关于 ASCII码的表格:[url]http://www.asciitable.com/chr(13) 是一个回车Chr(10) 是个换行符chr(32) 是一个空格符9/34 是tab,未确定?2、lotus notes中的rtf域GetFormattedText(tabstrip, lineLength% )eg:GetFormattedText(false,0),对rtf域值中的tab不进行处理,并且默认80个字符换行。我们常用如下代码的方式来读取rtf域的值Dim . 阅读全文
posted @ 2012-05-21 11:46 hannover 阅读(1649) 评论(0) 推荐(0)