Product Logo

CNS Barcode

Scan and Generate Barcodes

Functions

CNSBC_RemoveProfile

NameCNSBC_RemoveProfile
Description

Use this function to remove an existing profile.

Return TypeText
FormatCNSBC_RemoveProfile ( ProfileName )
Required Parameters
ProfileName

This is the name of the profile you want to remove.

Example
Example 1

This removes the profile named "MyProfile".

CNSBC_RemoveProfile( "MyProfile" )