• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Delete... Malfuncton

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
echo 1 > /proc/at/post/post_nef
export POSTCOUNT = $POSTCOUNT + 1

It's been done in every other language, why not sh? 🙂
 
Happy Bday mech. Mine was on the 24th... 😀 3rd year anyways. Been on the forums for 4.

Wolfie
 
<?xml version="1.0" encoding="utf-8"?>
xmlns:TeAm="http://subscriber.anandtech.com/messageview.cfm?catid=39&threadid=898661"
xmlns:http'"http://schemas.xmlsoap.org/esdl/http/"

<!-- Process New NEF -->

<post>
<subject>'Delete... Malfunction'</subject>
<newreply>'NEF'</newreply>
</post>
 
@ Here's a couple new languages! HP48 User RPL and System RPL 😀

%%HP: T(3)A(D)F(.);
\<< "Nef" 'NEFPOST' STO 'POSTCOUNT' INCR DROP \>>

::
$ "NEF"
'
NEFPOST
STO
POSTCOUNT
DUP#1+
SWAP
REPLACE
DROP
;
 
Back
Top