Demo of the SREH2_DIGITS and SREH2_XBITMAP procedures

Examples:

Message:
txt=sreh2_digits("HELLO","GOLDBLOK",,,,'VALIGN="MIDDLE"',
"/sre2k/srehttp2/imgs/digits/")
txt=sreh2_digits(12071,"GOLDBLOK",4,1,0,'VALIGN="MIDDLE"') : 12071
rcode=sreh2_xbitmap(12071,5,0):
rcode=sreh2_xbitmap(12071,5,1):
Using <img src=/tstdigit?mess=12071&XBITMAP=n&nm=a.xbm>


Notes
  • The calling syntax for SREH2_DIGITS is:

    txt=sreh2_digits(message,dname,ndig,useframe,nobr,opts,imgsel,imgdir)
    where txt is a string of HTML.

  • and for SREH2_XBITMAP:

    rcode=SREH2_XBITMAP(anumber,ndigits,doreverse)
    where rcode is a 2 word response code

  • See COUNTER.TXT for the details