Posts

Showing posts with the label bluebeam

Bluebeam User name swap script and backup user prefs

Option Explicit ''2020-06-25 RON.ALLEN@KTGY.COM Const ForReading = 1 ''TEXT FILE CONSTANTS Const ForWriting = 2 Const ForAppending = 8 Const TristateUseDefault = - 2 ''TEXT FILE WRITE CONSTANTS Const TristateTrue = - 1 ''unicode Const TristateFalse = 0 ''ascii ''regex'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Const strBBrepl = "([\s\S]{1,}<General>)([\s\S]{1,}<UserName>)(.+)(<\/UserName>)([\s\S]{1,})" ''REGEX OVERVIEW:''$1'''''''''''''''''''$2'...