摘要:
pb安装多个版本时候,运行pbw时会报 Attempt to open datawindow failed 处理:regedt32 打开注册表 [HKEY_CLASSES_ROOT\Applications\pb90.exe\shell\open\command] @="C:\Program Fil 阅读全文
摘要:
Fill() 功能建立一个由指定字符串填充的指定长度的字符串。 语法Fill ( chars, n ) 参数chars:string类型,指定用于重复填充的字符串n:long类型,指定由该函数返回的字符串的长度返回值String。函数执行成功时返回n个字符的字符串,该字符串以参数chars中的字符串 阅读全文
摘要:
//字符串转换为16进制 string ls_hex = '',hex ='' char lch_hex[0 to 15] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'} int l 阅读全文