Editing SQL CTL files with Word

K

Kou Vang

I am currently editing .ctl files with word, since there is no automation
with notepad. Has anyone else done this, and if so, how successful did it
go? Just want to know what I'm getting myself into...
 
D

Douglas J. Steele

If they're text, can you perhaps simply read them into a variable (using the
Open, Input # and Close statements) and work with them using String
functions?
 
Top