Hi! IIRC ^%vbar% could be used in wizards with square brackets to display a pipe character. Isn't that working anymore? ^!InsertText ^?[==blah|^%vbar%] A...
Hi All, ClipWriter Pro 2.86 maintenance release is now available. The update is free for registered users. If you are a registered user and haven't received a...
... Lotta, Hugo, I haven't tried it in this case but how about the following. ^!InsertCode ^?[==blah|vbar^=^%vbar%] I have used it in other instances. hrs...
... Hi HRS, Yes, I thought that as well, and checked out UseTokens too, but neither did work - so I came with the suggestion to present a readable character...
Hi Hugo and Harvey, ... It's just that I thought ^%vbar% used to work in the (square bracket) wizard itself too, but I guess I remember wrong. I need it to...
Hi Dean, ... ^!Goto end ... I not know regards the bug topic. But if you haven't yet, you might try an alternative like including the goto line like I have...
... To express myself more clearly, I'm not looking for ^$DecToChar()$. There was something else we could use before that function was added, more like an...
... Doesn't help much, but maybe you are remembering that you can hold down the Alt key and type the decimal numbers. E.g. Alt+124 types a vertical bar. Sheri...
... No, that's not exactly what I was looking for, but thanks anyway. <G> I've travelled a bit further along memory lane. We can use ascii hex values with the...
Hello, Anybody for a puzzle? See/skip/scroll down to specific request further below at ### ### My goal to have some timers to run in a 2nd, a minimized, 2nd...
Hi I'm after the code for the match brackets function so I can write specfic add-ons, eg match begin..end, if..else etc, that will work across programmes. For...
Can someone help me with a simple timer clip that would activate another clip once a day? [Kevin ]...
Kevin Witherite
KWITHERITE@...
Jan 7, 2003 6:52 pm
9613
Hello Kevin, ... clip once a day? Look at the examples in NoteTab's remindme clip library. You need be careful when use Ntab timer--if, whenever your event is...
... Hi Steve, You could easily make clips that highlight (select) every thing from your start word (e.g., begin) through your end word (e.g., end). Use a...
Hi Steve, ... Hmm, I was look my NoteTab--to get the match bracket button onto the toolbar the need to right clik toolbar, choose properties then scroll to see...
Hi Steve, I use the match bracket toolbar command every day. In my situation I use it for html programming, I do not know how it would work in other languages...
Has anyone made a Palm Markup Language library (similar to the HTML library)? Something that'll let the user (me) open a plain text file and then highlight...
Hi Steve, I think you should be able to use... H=Select between tags ; This Clip will select all the text between the type of tag ; specified by the user. The...
Hi wrkatwork, wbkcn> Has anyone made a Palm Markup Language library (similar to the HTML wbkcn> library)? Something that'll let the user (me) open a plain...
Hi, when I run a Perl clip on a text document in Notetab Pro, the screen goes completely black for a moment, as if the system was switching the display to the...
What syntax are you using to run your Perl? That doesn't happen to me in W98SE using ^!RunPerl. I do see all the lines in the file get highlighted. I can avoid...
... I use ^!FocusDoc and ^!RunPerl with the name of the clip containing Perl code. I guess that the screen going black (completely black, with no program...
... Piotr, I have a box with XP on it but haven't gotten into it yet so this is a shot in the dark. Is it possible that when running a commandlline program XP...
Hi Piotr, Unless you have seen the exact same code, clip and file names respond differently under a different Windows OS, you might want to post all your code...
... I haven't used FocusDoc. But RunPerl works fine here: Win 2k SP2 NTP 492 ActiveState Perl 5.61 (just a guess, a query really) OS user permissions? a...
I don't understand. Could you send me an example. ^$StrSort("Str";CaseSensitive;Ascending;RemoveDuplicates)$ (added in v4.52) Returns the specified text "Str"...
Manuel123
manuel123@...
Jan 11, 2003 9:23 pm
9627
... Hi Manuel, You have to give boolean specs for each of the options in order; each (i.e., CaseSensitive;Ascending;RemoveDuplicates) can be True/False, ...
Can you please heplp me with this? How can I make a clip based on the following ecuation: 1) Sq cm ? x ? = SQ Cm (R1) 2) Price per Sq Ft? ? = $ (R2) (Where ?...