Warning: session_start() [function.session-start]: open(C:\WINDOWS\TEMP\\sess_417d5e09d72e225c3caeda0c662af42a, O_RDWR) failed: No space left on device (28) in C:\dBaseWebNews\newsgroups.php on line 23
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\dBaseWebNews\newsgroups.php:23) in C:\dBaseWebNews\newsgroups.php on line 23
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\dBaseWebNews\newsgroups.php:23) in C:\dBaseWebNews\newsgroups.php on line 23
Warning: Cannot modify header information - headers already sent by (output started at C:\dBaseWebNews\newsgroups.php:23) in C:\dBaseWebNews\webnews\attachment_handler.php on line 44
Warning: Cannot modify header information - headers already sent by (output started at C:\dBaseWebNews\newsgroups.php:23) in C:\dBaseWebNews\webnews\attachment_handler.php on line 45
clear
cStr1 = 'i live in a condo.'
cStr2 = 'the condo life for me.'
cStr3 = 'The first character was upper case to start with'
?first_upper(cStr1)
?first_upper(cStr2)
?first_upper(cStr3)
?
cStr = 'i live in a condo! test CRLF.'+chr(13)+chr(10)+'is the condo life for me? The condo life. the end.'
?cStr
?
f = new file()
f.create('first_upper_test.txt')
f.write(cStr,len(cStr))
f.close()
? first_upper(cStr)
?
f = new file()
f.open('first_upper_test.txt')
nSize = f.size('first_upper_test.txt')
cRead = first_upper(f.read(nsize))
f.create('first_upper_test_output.txt')
f.write(cRead,len(cRead))
f.close()
?cRead
Warning: Unknown: open(C:\WINDOWS\TEMP\\sess_417d5e09d72e225c3caeda0c662af42a, O_RDWR) failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0