Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2006
    Location
    Milano ( Italy )
    Posts
    35

    BAD BUG with THIS FUNCTION: String.TrimLeft

    Hi,
    I find A VERY BAD BUG WITH THIS FUNCTION:
    String.TrimLeft
    I create an example for let you see...
    Click on the button and you will see that it trim bad the words that begins for example with: 'E' or 'T' but for example, it works perfect if the word begin for example with 'F' or 'S'.

    I need this function...

    How can I do? Someone know how to solve this bug?

    Thank you guys
    Attached Files

  2. #2
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Just a headsup. There is a Bug forum for this sort of post.

    http://www.indigorose.com/forums/forumdisplay.php?f=57

    It's easy to miss because it says Suggestions in the bold title'ish text. But, below it also includes bug.

    AutoPlay Media Studio 6.0 Suggestions
    Post your feature requests and bug reports here.
    Intrigued

  3. #3
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    As a work-around you can use this:

    Code:
    result = String.Replace(c, "OPERATOR:;", "")
    Dermot

    I am so out of here

  4. #4
    Join Date
    Jul 2006
    Location
    Milano ( Italy )
    Posts
    35
    Hi guys,

    Thank you...

    I will use that function 'String.Replace' like Dermot told me.
    With this one, it works perferct!

    Anyway, I will put this bug in the suggestion forum...

    Thank you again...

Similar Threads

  1. Another tough one... Interaction between Web and AMS
    By Agent Jones in forum AutoPlay Media Studio 5.0
    Replies: 13
    Last Post: 08-18-2005, 02:10 PM
  2. New Setup Factory 7.0 (v 7.0.2.0) Available
    By Darryl in forum Setup Factory 7.0
    Replies: 9
    Last Post: 03-06-2005, 01:57 PM
  3. function within a function, good or bad idea?
    By TJ_Tigger in forum AutoPlay Media Studio 5.0
    Replies: 6
    Last Post: 09-03-2004, 12:11 PM
  4. AutoPlay Media Studio 4.0.0.3 Released
    By Brett in forum AutoPlay Media Studio 4.0
    Replies: 0
    Last Post: 12-11-2002, 08:39 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