Access the Subject Number

Greg Osenbach gosenbach at gmail.com
Mon Feb 9 17:19:55 UTC 2009


Does c.GetAttrib("Subject") get the subject's name or the Subject
Number (I am after the subject Number)

If not, now that I know that it is an attribute and not an object
property I just be able to find it fairly easily.  Thanks for the
assistance

Greg

On Mon, Feb 9, 2009 at 11:59 AM, David McFarlane <mcfarla9 at msu.edu> wrote:
>
> In fact, you can even skip the step of declaring a variable, and just
> use c.GetAttrib("Subject") directly wherever you need it, e.g.,
>
> ListFileName = "ListFile" & c.GetAttrib("Subject") & ".txt"
>
> It all depends on what is most convenient for you, and what fits your
> programming style.
>
> -- David McFarlane, Professional Faultfinder
>
>
> Nicole Anderson wrote:
>> Hello Greg,
>>
>> Just dim a string variable in your user script, e.g.,
>> Dim SubNum as String
>>
>> And then in an InLine, type
>> SubNum=C.GetAttrib("Subject")
>>
>> Cheers,
>>
>> Nicole Anderson
>>
>>
>> Greg Osenbach wrote:
>>> Hello,
>>> I would like to be able to load a particular list file for specific
>>> subjects.  I can load the files, however I am having a difficult time
>>> locating the Object.Property for retrieving the subject number that
>>> was entered.  Can anyone point me in the right direction?
>>>
>>> Thanks!
>>>
>>> Best Regards,
>>> Greg
>>>
>>>
>>>
>>>
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "E-Prime" group.
To post to this group, send email to e-prime at googlegroups.com
To unsubscribe from this group, send email to e-prime+unsubscribe at googlegroups.com
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en
-~----------~----~----~----~------~----~------~--~---



More information about the Eprime mailing list