Multiple logic files

Discussions about editing and cleaning data
Post Reply
kakinyim
Posts: 42
Joined: January 16th, 2012, 6:38 am
Location: Remote/Virtual

Multiple logic files

Post by kakinyim »

Is there an example of multiple logic files on one application using include file/s?

Mutua
Gregory Martin
Posts: 1792
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Multiple logic files

Post by Gregory Martin »

Mutua,

You can see an example here:

http://www.csprousers.org/2011/12/09/ad ... pplication

This could be useful for people who create libraries of functions. The same library of functions could be used in many applications. Think of this as similar to include in C/C++ or import in Java.
Post Reply