%META:TOPICINFO{author="ChrisBartram" date="1170385456" format="1.1" version="1.2"}% %META:TOPICPARENT{name="Hp3000Development"}% ---+ [[Hp3000StupidTricks][Stupid MPE tricks on the HP3000]] How about: Clearing your favorite programmer's REDO stack when s/he's not looking - SETVAR HPREDOSIZE 0 (and then set it back). Or, making the prompt change when you're IN BREAK. --[[WarrennGill]] And here's a personal favorite April Fool's Day cmd file...
WHILE TRUE DO
input name=myvar;prompt='Please Wait...'
endwhile
Hint: to get out of this, type in a colon.
--[[KenRobertson]]
-- Main.ChrisBartram - 09 Jun 2006