feno example

A Snippet from: hagchr

GetClipBoard>feno,0
If>%feno%<21
    Let>results=The exhaled nitric oxide level was %feno% ppb, demonstrating a low level of eosinophilic airway inflammation.
Endif
If>{(%feno%>20) AND (%feno%<35)}
    Let>results=The exhaled nitric oxide level was %feno% ppb, demonstrating an intermediate level of eosinophilic airway inflammation.
Endif
If>%feno%>34
    Let>results=The exhaled nitric oxide level was %feno% ppb, demonstrating a high level of eosinophilic airway inflammation.
Endif
PutClipBoard>results

Select the code above to paste into your macro. Or: View Raw Text

Link: http://www.mjtnet.com/snip.htm?g=53c5723aa1d02

Forum Embed Code - click to select all then copy (CTRL-C):

When pasting into the forum do NOT modify the script code or it will not match what is in the database - create a new snippet instead!