Hacking Expression (Article)

Understand the code
Post Reply
explorer
Posts: 17
Joined: March 1st, 2007, 11:12 pm
Location: Poland, Warsaw

Most of the things presented in this article you probably know,
but I think you should read it anyway. Maybe something will spark.
Theres a cool tip at the end. Hope you'll enjoy it.

http://maltaannon.com/blog/hacking-expressions/
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

That's not #import, but #include (I think). Something like this:

Code: Select all

#include "C:/myUtils.js"
formatNumber(13, "0000");
Post Reply