행위

"SQLKey"의 두 판 사이의 차이

DB CAFE

(새 문서: <source lang=autoit> Func _EditKeyList() _DebugPrint("notepad.exe " & $sKeyListFile) Run("notepad.exe " & $sKeyListFile) EndFunc </source>)
 
1번째 줄: 1번째 줄:
  
  
 +
=== _EditKeyList ===
 
<source lang=autoit>
 
<source lang=autoit>
 
Func _EditKeyList()
 
Func _EditKeyList()

2024년 6월 11일 (화) 23:57 판

thumb_up 추천메뉴 바로가기



_EditKeyList[편집]

Func _EditKeyList()
	_DebugPrint("notepad.exe " & $sKeyListFile)
	Run("notepad.exe " & $sKeyListFile)
EndFunc