Skip to Contents
Document

CutterCreate macro

Version 10

View Properties

Title:CutterCreate macro
Summary:Creates an LC Cutter from selected text. Last updated: 6 October 2006.
Description:A text file containing the macro.
Keywords:
Handle: Document-20014
Owner: Nickeson, Walt (User-54, waltn:LibStaff)
Create Date:Tuesday, June 21, 2005 12:53:37 PM EDT
Modified Date:Wednesday, January 30, 2008 12:08:02 PM EST
Modified By: Nickeson, Walt (User-54, waltn:LibStaff)
Expiration Date:
Locked By:
Abstract:
  • Then ' build the string to Cutter on by getting the first one to four ' letters of the selection Text$ = Trim$( UCase$( Text$ ) ) Do Char$ = Mid$( Text$, Character%, 1 ) Check% = Asc( Char$ ) Select Case Check% ' If the first digit is a number, it's a special case Case 48 To 57 If Counter% = 1 Then CutterString$ = "A" & Char$ Counter% = Counter% + 2 Else CutterString$ = CutterString$ & Char$ Counter% = Counter% + 1 End If Case 65 to 90 CutterString$ = CutterString$ & Char$ Counter% = Counter% + 1 Case ...
Add Versions:Allowed
Author:
Content Type: Text Format (.txt) - text/plain
File name:CutterCreate.txt
Is Placeholder:
Max Versions:4
Size:11453
Ready for Declare:No
Appears In: OCLC Connexion macros
Preferred Version: CutterCreate macro