IPA Functions changes IsSpaceEscaped field

Sort:
You are not authorized to post a reply.
Author
Messages
MC
Advanced Member
Posts: 41
Advanced Member
    I've noticed that some of the delivered functions have an additional field. I can't find any documentation on how the call should now be setup.

    I dont know when it was added, it was not in version 9 of PF.

    EX:  addLeadingZeros(Varialble, final lengh, IsSpaceEscaped)

    What should go into the IsSpaceEscaped field ?

    Thanks
    John Henley
    Senior Member
    Posts: 3348
    Senior Member
      It's a boolean (true/false, defaults to true if not specified), and specifies whether the added space characters are " " (just a space) or "%20" (i.e. "escaped" space). Escaped spaces would be used if the variable is then used as part of a URL, for instance.
      BTW, this applies to addLeadingSpaces/addTrailingSpaces ... not addLeadingZeros
      Thanks for using the LawsonGuru.com forums!
      John
      MC
      Advanced Member
      Posts: 41
      Advanced Member
        thank you
        You are not authorized to post a reply.