Results 1 to 3 of 3

Thread: How to do text strings in enumeration field?

  1. #1
    Lifetime Member
    Join Date
    Mar 2007
    Posts
    349

    Default How to do text strings in enumeration field?

    I am creating a CAX file and want to use a text string for the enumerations field. Everything works fine until I put in a space in the text string. Is there way to make it so the enumeration description can have a space in it?

    Examples:

    This works:
    SI_ENUM = "0=Option1,2=Option2"

    This one does not:
    SI_ENUM = "0=Option 1,2=Option 2"

    What is the trick to allowing spaces in the enumeration field?

  2. #2
    Lifetime Member
    Join Date
    Dec 2013
    Posts
    234

    Default

    You need to SI_ENUM = """0=Option 1"",""2=Option 2"""

    This also works in the SI_ROW and IM_ROW fields.

  3. #3
    Lifetime Member
    Join Date
    Mar 2007
    Posts
    349

    Default

    Thanks, that works!

Similar Threads

  1. no options text found
    By minytrker in forum FlashScan V2 BB Logging
    Replies: 22
    Last Post: October 10th, 2009, 06:05 AM
  2. Option Text not Found
    By Jason S. in forum FlashScan V2
    Replies: 17
    Last Post: December 20th, 2008, 08:22 AM
  3. FlashScan V2 field testing underway
    By Blacky in forum FlashScan V2
    Replies: 43
    Last Post: September 28th, 2006, 10:34 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
  •