首页 相关文章 一些源程序 - 获得文件大小和字符串处理

一些源程序 - 获得文件大小和字符串处理

Formats passed string based on length. Perfect for emails and text files.
---------------------------------------------------------------------------------------
<%
' Company: Sabra Inc
' Author: Dave Hoffenberg
' Date: 10/5/00
' Function: Formats passed string based on length. Perfect for emails and text files.
' Freeware

Function Padding(Value, Length)
' If the length of the value is less than the variable 'length'
If Len(Value) < Length Then
charcount = Length - len(Value)

for i = ...[ 查看全文 ]

2016-01-29 标签:

一些源程序 - 获得文件大小和字符串处理的相关文章

手机页面
收藏网站 回到头部