From: Richard Date: 2007-01-24T16:50:13+09:00 Subject: Accessing ARGV[n] under SciTE fails; no problem under Command Window Hi, I've got the statements: sAppDir = ARGV[0] puts "Application Directory = '#{sAppDir}'" sFileName= ARGV[1] puts "YAML filename = '#{sFileName}'" Under SciTE with parameters 1/2 set to xxx/yyy respectively, execution yields: Application Directory = '' YAML filename = '' Under Command window, I get: K:\>GenDB_CreationSQL_FromYML.rb XXX YYY Application Directory = 'XXX' YAML filename = 'YYY' I'm running under WinXP/SP2 with SciTE ver. 1.72 (which I just upgraded from ver. 1.59, hoping to solve this problem) Any ideas? Thanks in Advance, Richard P.S. I didn't post on the Scintilla-interest list. I was getting killed with Spam when I was subscribed to that list, which ended when I unsubscribed.