Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
as a customer I simply would like to be able to enter my adress as it should be printed.
scan
For lnI = 1 to mlines(memofield)
lcStr = mline[lnI,memofield]
if '[POSTCODE]' $ lcStr and 'SW1' $ lcStr
?lcStr
endif
next
endscan