• counting characters at the field

    From Joe Drive@joe.private00@gmail.com to comp.lang.clarion on Wed Sep 25 20:12:11 2019
    From Newsgroup: comp.lang.clarion

    Hi,
    I need to count how many characters of a field, does any one can tell me what is the command?

    thx
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From =?UTF-8?B?Sm9yZ2UgR8OzbWV6IETDrWF6?=@jgomez.openys@gmail.com to comp.lang.clarion on Thu Sep 26 06:36:37 2019
    From Newsgroup: comp.lang.clarion

    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)
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From madikelo@madikelo@global.co.za to comp.lang.clarion on Wed Apr 1 23:06:52 2020
    From Newsgroup: comp.lang.clarion

    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.
    --- Synchronet 3.21d-Linux NewsLink 1.2