Empirisoft Support

    Welcome to Empirisoft Support
Results 1 to 2 of 2

Thread: Changing CurrentSubjectInfo file

  1. #1
    Join Date
    Jun 2010
    Posts
    2

    Accessing CurrentSubjectInfo file

    I'm running a Java program through MediaLab, and while I've been able to figure this part out and get it to run, it's not saving my data the way I would like and I know it's because I haven't been able to figure out how to give this program access to the CurrentSubjectInfo file. Unfortunately, while I know the Visual Basic code to do this:


    Open "c:\medialab\currentsubjectinfo.txt" For Input As #1
    Input #1, subject: subject = Mid(subject, 11, Len(subject) - 10)
    Input #1, condition: condition = Mid(condition, 11, Len(condition) - 10)
    Close #1


    I don't quite know what to do WITH it. Where do I run this, exactly?


    Thank you so much,
    Shannon
    Last edited by scalla; 06-03-2010 at 03:54 PM.

  2. #2
    Join Date
    Jun 2010
    Posts
    2

    Changing CurrentSubjectInfo file

    I think I was unclear earlier. I need to give Java program I'm running through Medialab access to my CurrentSubjectInfo file. It presently doesn't have it, and is defaulting to No ID. I'd prefer if it knew the actual subject number, and that is when I apparently need to use the Visual Basic code given above, according to the user manual. However, I am still unsure where this code is supposed to go- adding it to the Java code does not seem to fix anything.

    Thank you so much.

Similar Threads

  1. Changing background color for different questionnaires
    By lisa7174 in forum MediaLab Older Versions: How Do I...
    Replies: 2
    Last Post: 10-14-2023, 01:56 AM
  2. Changing the Screen Size / Resolution
    By Trevor Newell in forum DirectRT Older Versions: How Do I...
    Replies: 2
    Last Post: 10-07-2009, 10:14 AM
  3. changing file paths
    By dgprocess in forum MediaLab Older Versions: How Do I...
    Replies: 8
    Last Post: 07-10-2009, 03:33 PM
  4. Background colour preference - changing default
    By sheavesbc in forum MediaLab Older Versions: Troubleshooting
    Replies: 2
    Last Post: 02-06-2008, 12:09 PM
  5. changing features of Participant's represented response
    By baruche in forum MediaLab Older Versions: How Do I...
    Replies: 1
    Last Post: 05-01-2006, 11:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •