Show / Hide Table of Contents

    GetParameter Procedure

    Codeunit Public API

    Gets a selected part from a comma separated parameter string.

    Signature

    GetParameter(pParameterString: Text; pNo: Integer) : Text
    

    Parameters

    pParameterString Text

    The full, comma separated, parameter string.

    pNo Integer

    The position of the part to get, or 0 to return the full parameter.

    Returns

    Text

    The full value of pParameterString if pNo is 0, otherwise the part of pParameterString specified by pNo.

    This documentation is generated from Smart Job Queue v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX