开发 - 5

Difference between RPG/400 and RPGLE?

Difference between RPG/400 and RPGLE?

This has been covered many times in these fora. In a nutshell RPGLE is synonymous with RPG IV. Ne...
阅读全文>>
how to format date/time to string[vbs]

how to format date/time to string[vbs]

代码如下: Function Format_Time(s_Time, n_Flag) Dim y, m, d, h, mi, s Format_Time = "&quo...
阅读全文>>
Read/Update INI configration file function[VBS]

Read/Update INI configration file function[VBS]

'读取ini配置文件里的信息 '参数为ini文件路径,读取的key值 代码如下: Function GetLastRunSave(strPath,strKeyName) Dim FSO,...
阅读全文>>
This sub move the cursor to the specified position for Pcom session[VBS]

This sub move the cursor to the specified position for Pcom session[VBS]

write this script just want to simplify our daily work, you can just copy and change it for your ...
阅读全文>>
如何控制Smarty模板引擎中foreach循环次数

如何控制Smarty模板引擎中foreach循环次数

Smarty中的foreach标签 foreach 是除 section 之外处理循环的另一种方案(根据不同需要选择不同的方案)。 foreach 用于处理简单数组(数组中的元素的类型一致),...
阅读全文>>