Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5

Thread: Tab Characters

  1. #1
    Join Date
    Apr 2001
    Location
    Northampton,UK
    Posts
    21

    Grin Tab Characters

    Is it possible to enter a 'TAB' character into any of the Edit Boxes or Fields.

    i.e. Trying to read a tabbed delimited file but can't set the delimiter as a tab caharacter (obviously jumps to next field).

    Is there an equivalent of CHAR(n) in AM4?

    Cheers

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959

    Re: Tab Characters

    In the menu structure within AMS: Project/Settings, choose the Configuration tab, add a new constant named: #ASC_TAB# give it a value of 9 (same as chr(9)). Use #ASC_TAB# as a tab character.


  3. #3
    Join Date
    Feb 2001
    Location
    Indigo Rose Software
    Posts
    2,728

    Re: Tab Characters

    I'd like to nominate Worm for the "user who uses the coolest features the most" award. [img]/ubbthreads/images/icons/smile.gif[/img]
    --[[ Indigo Rose Software Developer ]]

  4. #4
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    Re: Tab Characters

    I'll gladly second that nomination...

    Corey Milner
    Creative Director, Indigo Rose Software

  5. #5
    Join Date
    Apr 2001
    Location
    Northampton,UK
    Posts
    21

    Re: Tab Characters

    Thanks again Worm - a fountain of knowledge!

    Perhaps I should have RTFM.....

    Russ

Posting Permissions

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