文件名称:macReplace
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:3.35kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
很多软件均支持宏 本程序对特定文件中的内容按一定规则替换 从而生成特定的宏文件 使宏支持变参
Public Function ConstructMac(TempletfilePath As String, Templetfile As String, MacFilePath As String, Command As String) As String
======
目的: 用宏模板 按一定规则完成宏替换 生成可用的宏文件 (最多可支持99个参数 )
输入:TempletfilePath 模板文件路径, Templetfile 模板文件名, MacFilePath 宏文件路径, Command 以"/"分割的待替换参数
返回: 可用的宏文件名
输出:可用的宏文件
编写: 刘文春[72]
修改: 2009-06-09
时间: 2009-05-25
使用的函数: Function GetNewStr(OldStr As String, Command As String) As String
使用的函数: Function FileExist(FolderName As String)
宏模板 文件 实例
*** 行首为***时该行将被忽略(以方便在宏模板中做注释)
show 5+$$Z01$$+7+$$B02$$
show $$Z01$$+7+$$B02$$+7
show $$Z01$$+7+$$参数03$$+7
Command 2.5/3.25/125.175 本例中宏模板只使用了三个参数 最多可用99参数用反斜杠分割
对应该宏模板生成的宏文件
show 17.75
show 19.75
show 141.675
- show 5+$$Z01$$+7+$$B02$$
show $$Z01$$+7+$$B02$$+7
show $$Z01$$+7+$$参数03$$+7
Command 2.5/3.25/125.175
show 17.75
show 19.75
show 141.675
======
Public Function ConstructMac(TempletfilePath As String, Templetfile As String, MacFilePath As String, Command As String) As String
======
目的: 用宏模板 按一定规则完成宏替换 生成可用的宏文件 (最多可支持99个参数 )
输入:TempletfilePath 模板文件路径, Templetfile 模板文件名, MacFilePath 宏文件路径, Command 以"/"分割的待替换参数
返回: 可用的宏文件名
输出:可用的宏文件
编写: 刘文春[72]
修改: 2009-06-09
时间: 2009-05-25
使用的函数: Function GetNewStr(OldStr As String, Command As String) As String
使用的函数: Function FileExist(FolderName As String)
宏模板 文件 实例
*** 行首为***时该行将被忽略(以方便在宏模板中做注释)
show 5+$$Z01$$+7+$$B02$$
show $$Z01$$+7+$$B02$$+7
show $$Z01$$+7+$$参数03$$+7
Command 2.5/3.25/125.175 本例中宏模板只使用了三个参数 最多可用99参数用反斜杠分割
对应该宏模板生成的宏文件
show 17.75
show 19.75
show 141.675
- show 5+$$Z01$$+7+$$B02$$
show $$Z01$$+7+$$B02$$+7
show $$Z01$$+7+$$参数03$$+7
Command 2.5/3.25/125.175
show 17.75
show 19.75
show 141.675
======
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FunModule(net2009).bas
宏替换说明.txt
宏替换说明.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.