Article Preview
Buy Now
COLUMN
Brother, Can You Spare A Token?
Diving Into the Language of Regular Expressions
Issue: 12.1 (January/February 2014)
Author: Kem Tekinay
Author Bio: Kem Tekinay is a Macintosh consultant and programmer who started with Xojo when it was still REALbasic. He is the author of RegExRX (http://www.mactechnologies.com/index.php?page=downloads#regexrx), the popular regular expression editor for Mac and Windows.
Article Description: No description available.
Article Length (in bytes): 13,057
Starting Page Number: 83
Article Number: 12112
Related Web Link(s):
http://www.mactechnologies.com/index.php?page=downloads#regexrx
Excerpt of article text...
Writing an application in a high-level language like Xojo, if done properly, is self-documenting. Variables and functions should be given descriptive names so the reader, or even the author, can follow it without much difficulty like this example code:
if theName = PrimaryName then
SendFormLetter(letterTemplate(1))
elseif theCompany = PrimaryCompany then
// Do nothing
...End of Excerpt. Please purchase the magazine to read the full article.