본문 바로가기

SMH/Module

PB_File log make

/* 파일 출력 */
//string ls_string, ls_fname
//integer  outfile, loops
//long    l, ll_len
//
//ls_fname = "d:\log.txt"
//
//outfile = fileopen(ls_fname, LineMode!, Write!, LockWrite!, Append!) 
//
//ll_len = len(ls_rqst)
//filewrite(outfile, ls_rqst)
//
//ll_len = len(ls_rspn)
//filewrite(outfile, ls_rspn)
//
//fileclose(outfile)

'SMH > Module' 카테고리의 다른 글

PB_DLL File Exists Check  (0) 2011.01.01
VB_주민번호체크(내국인+외국인)  (0) 2011.01.01
VB_file write  (0) 2011.01.01
VB_farpoint Initailize  (0) 2011.01.01
VB_DB Connection(MSSQL/MYSQL/DB2/ORACLE)  (2) 2011.01.01