25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <%
- dim m_Chilkat_CSV
- Private Function Chilkat_CSV
- if not isobject(m_Chilkat_CSV) then
- set m_Chilkat_CSV= Server.CreateObject("Chilkat_9_5_0.Csv")
- end if
- set Chilkat_CSV = m_Chilkat_CSV
- End Function
-
- dim m_ReportManager
- Private Function ReportManager
- if not isobject(m_ReportManager) then
- set m_ReportManager = Server.CreateObject("ReportMan.ReportManX")
- end if
- set ReportManager = m_ReportManager
- End Function
-
- dim m_FSO
- Private Function FSO
- if not isobject(m_FSO) then
- set m_FSO = server.CreateObject("Scripting.FileSystemObject")
- end if
- set FSO = m_FSO
- End Function
- %>
|