Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2007
    Posts
    15

    Input write small to large a-->A

    hello friends,
    how can I use keyboard functions without whom I am small "a" Letter Writing, Is it big "A" letter writing.
    keyboard "a" key input Large "A" Writes.
    a-->A.

    Deutsch/Germany
    Input klein auf Groß schreiben
    wie kann ich ohne tastaturen funktion benutze, wen ich kleine "a" buchstabe Schreibe, Soll er große "A" Buchstabe schreibt.
    tastatur "a" drücken Input Große "A" Schreibt.

  2. #2
    Join Date
    Mar 2009
    Location
    -31.9554,115.85859
    Posts
    282
    Are you saying you want to change the cases of letters?

    Code:
    -- This make words all small
    string_small = String.Lower("Indigo Rose");
    -- "indigo rose"
    
    
    
    -- This make words all big
    string_small = String.Upper("Indigo Rose");
    -- "INDIGO ROSE"
    Maybe you could modify it to suite you?

  3. #3
    Join Date
    Mar 2007
    Posts
    15
    -- This make words all big
    string_small = String.Upper("Indigo Rose");
    -- "INDIGO ROSE"

    can you give an example
    does not work for me
    Attached Images
    Attached Files
    Last edited by BERKANT74; 03-28-2009 at 11:37 AM.

  4. #4
    Join Date
    Mar 2009
    Location
    -31.9554,115.85859
    Posts
    282
    Like this?
    Attached Files

  5. #5
    Join Date
    Mar 2007
    Posts
    15
    Hello Boku,
    Thanks for your help.
    For large writing is OK.
    but
    writes the wrong direction.
    Input1 at:
    keyboard when I AA BB CC DD EE FF write Input1 Writes EE DD CC BB AA ---> Wrong direction
    True is: AA BB CC DD EE FF Writes <--- right direction wolter I should have.
    1. Can you change the script of a different rum writes.
    2. Input1 can write to limit or limit, the only example: AA BB CC DD EE = 10 Writes letters dan no longer writes.
    3. How can I input mask option benunutze, since does not work 100%.
    4. I will actually letters A, B, C, D, E, F does the rest of the letter, he failed to respond and pay 0,1,2,3,4,5,6,7,8,9.
    Attached Files

Similar Threads

  1. write to a file from input help
    By GoOgLe in forum AutoPlay Media Studio 7.5
    Replies: 7
    Last Post: 11-22-2008, 04:47 AM
  2. Small Project File LARGE autorun.exe????
    By nsti in forum AutoPlay Media Studio 7.5
    Replies: 12
    Last Post: 03-25-2008, 12:15 PM
  3. Replies: 19
    Last Post: 05-23-2006, 11:40 AM
  4. Input Box Wierdness
    By Roboblue in forum AutoPlay Media Studio 6.0
    Replies: 9
    Last Post: 11-18-2005, 01:20 PM
  5. Lorne’s two great input validation scripts
    By csd214 in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 06-09-2004, 09:13 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