Dear All
If I Read an entire file from disk into memory
cString = MemoRead( <cFileName> )
How can I use this string without Written to a file
MemoWrit( <cFileName>, <cString> )
For example , If cFileName is a "test.dbf"
ctest = memoRead("test.dbf")
USE ctest , or USE xxx(ctest)
without MemoWrit( "test.dbf", ctest )
Anyone can help
Thanks
Dixon Chu