• counting characters at the field

    From Joe Drive@21:1/5 to All on Wed Sep 25 20:12:11 2019
    Hi,
    I need to count how many characters of a field, does any one can tell me what is the command?

    thx

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?B?Sm9yZ2UgR8OzbWV6IETDrWF6?@21:1/5 to All on Thu Sep 26 06:36:37 2019
    El miércoles, 25 de septiembre de 2019, 22:12:12 (UTC-5), Joe Drive escribió:
    Hi,
    I need to count how many characters of a field, does any one can tell me what is the command?

    thx

    LEN(string)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From madikelo@global.co.za@21:1/5 to Joe Drive on Wed Apr 1 23:06:52 2020
    On Thursday, 26 September 2019 05:12:12 UTC+2, Joe Drive wrote:
    Hi,
    I need to count how many characters of a field, does any one can tell me what is the command?

    thx

    Len(Clip(String)) or you will get all the spaces as well. Len(CString) will be correct.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)