GetUpTextColor

Discussion in 'Scar/Simba Help' started by pker overkil, Aug 8, 2007.

GetUpTextColor
  1. Unread #1 - Aug 8, 2007 at 4:35 PM
  2. pker overkil
    Joined:
    Feb 11, 2007
    Posts:
    387
    Referrals:
    0
    Sythe Gold:
    0

    pker overkil Forum Addict

    GetUpTextColor

    Can someone show me an example of how to use GetUpTextColor in a script? for some reason when i put in a number for the range it says type mismatch.
     
  3. Unread #2 - Aug 8, 2007 at 5:16 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    GetUpTextColor

    Range: TCharRange;

    What are you putting for it?

    Valid Arguments:
    tr_AllChars - read all characters;
    tr_BigLetters - read capital Latin letters;
    tr_SmallLetters - read lowercase Latin letters;
    tr_Digits - read digits;
    tr_BigSymbols - read symbols that are big in size, like "=", "%", "$", etc;
    tr_SmallSymbols - read small symbols like ".", ",", "'", etc;
    tr_SecondTableChars - read symbols with character code above 127;
    tr_Letters = tr_BigLetters or tr_SmallLetters;
    tr_AlphaNumericChars = tr_Letters or tr_Digits;
    tr_Symbols = tr_BigSymbols or tr_SmallSymbols;
    tr_NormalChars = tr_AlphaNumericChars or tr_Symbols;
     
  5. Unread #3 - Aug 8, 2007 at 6:09 PM
  6. pker overkil
    Joined:
    Feb 11, 2007
    Posts:
    387
    Referrals:
    0
    Sythe Gold:
    0

    pker overkil Forum Addict

    GetUpTextColor

    wait it says range: byte for some reason.
     
< Problems with SRL/core/globals.scar | Chr 13 >

Users viewing this thread
1 guest


 
 
Adblock breaks this site