Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: syntax command with optional argument


From   "Alex Ogan" <[email protected]>
To   <[email protected]>
Subject   st: syntax command with optional argument
Date   Wed, 10 May 2006 13:31:39 -0400

Using Stata 8.2... what am I doing wrong?

Thanks.

. clear

. program test1
  1. syntax namelist(min=2 max=2), arg1(integer)
  2. end

. program test2
  1. syntax namelist(min=2 max=2), arg1(integer) [arg2(integer)]
  2. end

. test1 foo bar, arg1(5)

. test2 foo bar, arg1(5)
invalid syntax
r(197);

.

This message is intended solely for the designated recipient(s). It may contain confidential or proprietary information and may be subject to confidentiality protections. If you are not a designated recipient, you may not review, copy, or distribute this message. If you receive this in error, please notify the sender by reply e-mail and delete this message. 

Arrowstreet Capital, L.P. is an Equal Opportunity Employer. 



*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index