[SAC-HELP] concatenating blackboard variables

Renate Hartog renate at ess.washington.edu
Fri Jun 15 16:37:04 PDT 2007


In version 100 I used to be able to concatenate blackboard variables as in 
the example below, but in version 101 it doesn't seem to work (see below). 
Is this a bug or was it intended this way and should I do it differently 
now?

Thanks for any help, Renate
PNSN/UW-Seattle

SAC> setbb stat A05A
SAC> setbb chan BHE
SAC> getbb
  STAT = A05A
  SACERROR = FALSE
  NUMERROR = 0
  SACNFILES = 0
  CHAN = BHE
SAC> setbb file %stat%.%chan%
SAC> getbb
  STAT = A05A
  SACERROR = FALSE
  NUMERROR = 0
  SACNFILES = 0
  CHAN = BHE
  FILE = A05A
SAC> setbb file BHE.%stat%
SAC> getbb
  STAT = A05A
  SACERROR = FALSE
  NUMERROR = 0
  SACNFILES = 0
  CHAN = BHE
  FILE = BHE.A05A
SAC> setbb file %stat%.BHE
SAC> getbb
  STAT = A05A
  SACERROR = FALSE
  NUMERROR = 0
  SACNFILES = 0
  CHAN = BHE
  FILE = A05A




More information about the sac-help mailing list