<- Back to CNS Barcode function list
CNSBC_RemoveProfile
- Description
Use this function to remove an existing profile.
- Return Type
- Text
- Format
- CNSBC_RemoveProfile ( ProfileName )
- Required Parameters
- ProfileName
This is the name of the profile you want to remove.
- ProfileName
- Related Items
- CNSBC_AddProfile, CNSBC_ConfigureProfile, CNSBC_GetProfileNames, CNSBC_GetProfileOption, CNSBC_SetProfileOption
- Example
Code:
CNSBC_RemoveProfile("MyProfile")Result:
This removes the profile named "MyProfile".