Hello,
I'm new to Delphi, so if this is a dump post, please excuse me. I'm trying to use ReadIn to read the contents of a file, but I keep getting the error 'Undeclared identifier', like Delphi doesn't recognize the procedure. However, AssignFile and Reset do not raise any errors. I'm using...
I've looked everywhere for Coolbar help, and I can't find any. Anyone with knowledge of tutorials, or the coolbar itself? I'm not looking for turning a toolbar into a coolbar, I need info on the coolbar itself. Thanks.
Thanks for your help.
I would like to use this SQL statement in a VB program I'm writing:
select sum(dba_free_space.bytes), sum(dba_data_files.bytes), sum(dba_extents.bytes)
from dba_free_space, dba_data_files, dba_extents
where dba_free_space.tablespace_name=' ' AND...
I need to read a file line by line and feed the input into a program. All of this is happening within a shell script. The file has two fields, and I need to assign the values to variables which will then be passed to another program. I'm using "for file in file_name do" to go through...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.