Quick question from an inexperienced SPlus user (Splus 2000):
I need a String or Listbox control of a dialog box to pass the string to
a function argument. For example, if I have some function(arg1), and I
want to pass arg1 to the subset function:
(...subset.expression = paste("SomeString == '", arg1, "'", sep=""...)
I can't make this work with a listbox control at all, and with a string
control, the user must enter the string with quotation marks. And, it
doesn't seem possible to get around it by pasting quotation marks before
and after arg1.
Thanks in advance for any help.
Sean Madden, Ph.D.
Senior Scientist
CPBD Inc.
300 Putnam Ave.
Cambridge, MA 02139
Tel (617) 868-2222 ext 254
Fax (617) 868-2538
smadden@cpbd.com
-----------------------------------------------------------------------
This message was distributed by s-news@wubios.wustl.edu. To unsubscribe
send e-mail to s-news-request@wubios.wustl.edu with the BODY of the
message: unsubscribe s-news
|