/* Strip the extra linefeed that pagestream added */
sSigBlock = left(sSigBlock,length(sSigBlock)-1)
call open(.ofile, sSigFile, 'W')
call writeln(.ofile, sSigBlock)
call close(.ofile)
/* Tell the user how to change the signature block */
call doalert('You can change your signature block later by editing PageStream3:|Macros/TextClips/SignatureBlock.TXT, or by deleting it and then|running this macro again.')
end
RETURN rcode
OPENLIBS:
/* OPEN LIBRARIES */
IF ~SHOW('L','rexxsupport.library') THEN
call addlib('rexxsupport.library',0,-30)
IF ~SHOW('L','softlogik:libs/slarexxsupport.library') THEN