SL_GetAppArgCV


NAME
SL_GetAppArgCV -- gets an argnodes argc and argv.

SYNOPSIS
success = SL_GetAppArgCV(apphandle, argname, argc, argv);
D0 A0 A1 D0 D1

SLFLAG SL_GetAppArgCV(APPHANDLE , SLCHAR * , UWORD * , SLCHAR *** );

FUNCTION
Returns in argc and argv the values of the argnodes argc and argv.
This functio will use the temp settings if they have been loaded
via SL_LoadTempSettings.

INPUTS
apphandle - an APPHANDLE as returned by SL_AppInitAdd Page.
argname - the name of the argument to find.
argc - a pointer that will recieve the argc from the argnode.
argv - a pointer that will recieve the argv from the argnode.

RESULTS
success - TRUE, if the arg was found.
FALSE, if the arg could not be found.

SEE ALSO
SL_DeleteAppArg, SL_FindAppArg, SL_GetAppArgData, SL_SetAppArgData, SL_SetAppArgCV, SL_CreateArgNode, SL_FreeArgNode, SL_ClearArgList, SL_LoadSettings, SL_SaveSettings, SL_LoadTempSettings, SL_SaveTempSettings, SL_FreeTempSettings.

 

SL_GetAppArgCV  Command Section By Type  url:SL_GetAppArgCV
  created:2008-03-01 23:36:14   last updated:2008-03-01 23:36:14
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_GetAppArgCV
There are no user contributed comments for this page.