Extracting data
[1/1] from: John::Harbaugh::capmetro::org at: 3-Jul-2003 9:08
As these statements work when passing CGI via the GET method
d1: make decimal! cgi/p1
d2: make decimal! cgi/p2
print d1
print d2
Is there a simple way to do the same using the POST method?
john