.. highlightlang:: us .. _getargs: getargs ======= .. index:: getargs .. us.tag getargs ENGLISH New330 ProgMisc :ref:`getargs` returns a vector of the arguments passed to UniScript. This function is especily useful for UniScript :file:`us.exe`. .. function:: svArgs = getargs() .. us.return **Return Value** *svArgs*. .. us.example **Example** :: D:\>type getargs.ice // getargs.ice print getargs() D:\>getargs C:\PROGRA~1\UniPlot\Program\us.exe D:\getargs.ice D:\>getargs a b c C:\PROGRA~1\UniPlot\Program\us.exe D:\getargs.ice a b c D:\> .. seealso:: :ref:`overview-programming` :sub:`id-1112636`