Anyone who is looking for help with programming languages or just bitch about programming.
Members: 25
Latest Activity: Feb 19
Started by Jake W. Andrews. Last reply by Jake W. Andrews Sep 11, 2010. 2 Replies 0 Likes
Loading feed
Comment
Comment by Rocky Oliver (LotusGeek) on November 15, 2011 at 9:55am A follow on to Samuel's answer to Jake - the CHR function is really helpful in general - you can also use it for CR/LF (i.e. Carriage Return/Line Feed - basically what you get when you hit ENTER in a text field), where other ways of getting a return aren't as easy. The code for CR/LF is Chr(13) + Chr(10), respectively.
Also, you can easily get the numeric values for your font/font family by looking at CHARMAP in Win32/64 OSes, or by looking up the code table for ASCII.
In short, the £ symbol is CHR(156) - which returns a variant containing a string, or for explicit tex/string type casting, use CHR$(156) - the $ symbol is shorthand for the "string" data type.
Hope this helps!
--Rock
Comment by Rocky Oliver (LotusGeek) on November 15, 2011 at 9:42am Hey fellow geeks (and future geeks as well ;) ) - I wanted to give a brief geeky-technical introduction so you would know my history, what I do, and some of the technologies I know.
I have been in IT for over 20 years (yeah, I'm older than most of you - I'm 47), mainly focused on collaborative technologies - primarily Lotus Notes/Domino, but also LAMP-architecture stacks, Microsoft technologies (both old and new), Relational/SQL dbs, multiple OSes (Win32/64, Mac OSX, Linux - mainly Debian flavored builds, and especially Ubuntu), Web 2.0 development (e.g. AJAX/JSON framworks, Javascript, Java, HTML, etc), and a ton more. I will never say I know it all, about any technology - but I can guarantee you if I don't know it, I know someone who does.
In the Lotus Notes/Domino arena I have worked for Lotus twice, in Product Development (first time was pre-IBM, second time was post-IBM). I have been a speaker at conferences around the world, written two books and contributed to a third, and used to be a tech editor/writer for a couple of magazines.
Finally, I've worked for huge companies, small pre-IPO startups, and I've had various businesses of my own. I am currently an independent consultant, because quite frankly it is paying the bills right now.
I think it is GREAT that this group was started, and I look forward to both helping others and learning more!
--Rocky Oliver (aka Rocky, Rock, or LotusGeek ;) )
Comment by Jake W. Andrews on May 11, 2011 at 2:23am
Comment by Jake W. Andrews on October 1, 2010 at 7:05pm
Comment by Eoganacht on September 30, 2010 at 11:35pm
Comment by Samuel H. Kenyon on September 30, 2010 at 2:00am
Comment by Jake W. Andrews on September 29, 2010 at 10:37pm
Comment by Yet Another Atheist on September 12, 2010 at 12:57am
Comment by Yet Another Atheist on September 12, 2010 at 12:55am
Comment by Eoganacht on September 11, 2010 at 1:41am Started by Jake W. Andrews. Last reply by Jake W. Andrews Sep 11, 2010. 2 Replies 0 Likes
Posted by Matthew on May 20, 2013 at 8:14pm 3 Comments 0 Likes
Check out our new mobile/tablet version of Think Atheist! www.ThinkAtheist.com/m
© 2013 Created by Morgan Matthew.

You need to be a member of Atheist Programmers to add comments!