Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New TGML Processor

Status
Not open for further replies.

Mike Gagnon

Programmer
Apr 6, 2002
8,067
CA

You might be pleased to know that the management of Tek-Tips has put in place a new TGML processor, which is full of now feature, one example is the [ignore]
Code:
[/ignore] tag, that produce a nice effect.
[code]fs = CreateObject("Scripting.FileSystemObject")
fs.CopyFile(c:\autoexec.bat,a:\autoexec.bat,.T.)

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
[highlight red]Highlighting also works[/highlight]
[ignore][highlight red][/highlight][/ignore]

...and quotes among many others...

mgagnon said:
the management of Tek-Tips has put in place a new TGML processor

[ignore][/ignore]

boyd.gif

craig1442@mchsi.com
"Whom computers would destroy, they must first drive mad." - Anon​
 
Beautiful!! Usually such glitz takes too much effort and only gets in the way, but
Code:
this
is [highlight red]easy[/highlight] to use and works great!

Does an array subscript get in the way?

Code:
  for i = 1 to 10
    print( array[i] ) [COLOR=red]<- this works [i]fine![/i][/color]
  endfor

It works fine! Apparently the new TGML processor recognizes when an italics code [ i] isn't matched ( with [ /i] ), and leaves it, since italics Does work inside the [ code] blocks!
 
The highlighting is great. I'm not too sure if I like the look of the quoted text option. It looks a bit too busy to me, but I guess it's just a question of getting used to it. Whatever, you've got to hand it to these guys for providing such a versatile interface.

Mike




Mike Lewis
Edinburgh, Scotland

My Visual Foxpro web site: My Crystal Reports web site:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top