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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISL Script Include?

Status
Not open for further replies.

Moregelen

Programmer
Sep 10, 2012
1,222
US
I could have sworn I saw a way at one point to basically split an ISL file into more than one part, so that you could include another file of functions much like you do with most languages. Anyone have any idea if this is possible with ISL?
 
Micros SIM Script include. Put this at the top of the file with other Global Variables.
include "filename.isl"
Example:
include "coupon.isl
 
Well then. I even had the name right. Include. Lol.

Thanks guys.
 
Its amazing how many secret events and functions there are in SIM, lol. Decrypting the SVC isl reveals A LOT.
 
Yea it does, and the small things you can do that help a lot.
Example, I made a Safe Drop script for our site that gives more information and prints more info than how they currently do drops, which gives a 1 line of what was dropped, now gives a lot more and is helpful for both team members, management and finance.

 
That's funny. I just did a safe drop setup a few weeks ago too.
 
Wish I could. It was for a third party and they own the rights to it.
 
I might be able to, it is simple. Don't think my end would have any issues with sharing. Let me clean it up and I will link to it. It is for Micros 9700, but should be easy to modify for 3700.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top