Search the Legacy Support Archive (up to v2020)
  1. Read-only archive (2005–2024). Posting is closed. Need help with MediaLab or DirectRT 2027? Email service@empirisoft.com.

    All words · “exact phrase” · -leave out

    Advanced search

range with characters only

  1. #1

    range with characters only

    Im trying to have Media lab create a confidential code for the participants by going through various steps then putting it all together in the end to make the code. I understand that I can make a range so that the participants can only enter numbers, but for one part of the code I want them to only enter characters. Is there a way to make a range for characters?

  2. #2
    jarvis24 Blair Jarvis, Administrator
    Not in the same way that you can for numeric. However, if you really need to, you could do it using the "advanced features" -- have you ever used a responses.xls file before? If so, you could add the fill in the blank variable name (e.g., let's say "code1") to the list of variables in the responses.xls file. You could pair it with a conditional statement for the skipto value. The conditional statement could check to see if all the characters are letters. If so, then have the skipto value equal "none". Otherwise, have the skipto value equal "code1" -- this will cause MediaLab to stay on this item until the "all letters" condition has been satisfied.