Sub t1
Dim strinfo As String
strinfo = _
"OS.AvailableExternalMemorySize = " & OS.AvailableExternalMemorySize & CRLF
File.WriteString(File.DirDefaultExternal, "info.dat", strinfo)
Log(strinfo)
End Sub
' *** F7 on strinfo in Log() does not work because Log is not a function ?
Thanks, Jerry
Dim strinfo As String
strinfo = _
"OS.AvailableExternalMemorySize = " & OS.AvailableExternalMemorySize & CRLF
File.WriteString(File.DirDefaultExternal, "info.dat", strinfo)
Log(strinfo)
End Sub
' *** F7 on strinfo in Log() does not work because Log is not a function ?
Thanks, Jerry