SL_SetAppArgCV


NAME
SL_SetAppArgCV -- sets (or resets) an argnodes argc and argv.

SYNOPSIS
success = SL_SetAppArgCV(apphandle, argc, argv);
D0 A0 D0 A1

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

FUNCTION
This will reset the argc,argv values in an argnode to the specified
argc,argv. The argname is specified in the first argv entry. The
argv entries are duplicated and need not remain valid after the call.

If the argname (argv[0]) does not exist it will be created and added.

INPUTS
apphandle - an APPHANDLE as returned by SL_AppInitAdd Page.
argc - the number of entries in argv.
argv - the array to use for the arg's argv. The first entry is used
to specify the name of the argnode.

RESULTS
success - TRUE, if the arg was changed/added.
- FALSE, if the arg could not changed/added.

SEE ALSO
SL_DeleteAppArg, SL_FindAppArg, SL_GetAppArgData, SL_SetAppArgData, SL_LoadSettings,SL_SaveSettings, SL_LoadTempSettings, SL_SaveTempSettings, SL_FreeTempSettings.

 

SL_SetAppArgCV  Command Section By Type  url:SL_SetAppArgCV
  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_SetAppArgCV
There are no user contributed comments for this page.