Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) Tools Help GTL - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

GT_CHARODD()

Return a string of all the characters in odd positions
---------------------------------------------------------------------------------

 Syntax

        GT_CharOdd(<cStr>) --> cRet  

 Arguments

        <cStr>     - A character string to extract chars from    

 Returns

        <cRet>       - A string of all the chars in odd positions    

 Description

      Return a string consisting of all the characters in odd  positions in
      <cStr1>.

      NOTE:  invalid parameters will return ""

 Examples

      ? gt_CharOdd("abcdefghijklm")             // prints "acegikm"

Status

      Ready

 Files

      Library is libgt
      Library is libgt

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson