This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Usage Template</h1> | |
<h2>With integer to decimal conversion</h2> | |
<p> | |
{% include numf.html number=12345 %} <!-- output is 12.345,00 --><br /> | |
{% include numf.html number=12345 decimals=0 %} <!-- output is 12.345 --><br /> | |
{% include numf.html number=12345 decimals=4 %} <!-- output is 12.345.0000 --><br /> | |
{% include numf.html number=12345 ds='.' ts=',' %} <!-- output is 12,345.00 --><br /> | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: Telephone [1783] | |
Path: /Applications/Telephone.app/Contents/MacOS/Telephone | |
Identifier: com.tlphn.Telephone | |
Version: 1.1.4 (114) | |
App Item ID: 406825478 | |
App External ID: 221942642 | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Telephone [1783] | |
User ID: ..me.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dim x As Integer | |
With ActiveWindow | |
.Visible = False | |
.Activate | |
On Error Resume Next | |
For x = .VBProject.VBComponents.Count To 1 Step -1 | |
.VBProject.VBComponents.Remove .VBComponents(x) | |
Next x | |
For x = .VBProject.VBComponents.Count To 1 Step -1 | |
.VBProject.VBComponents(x).CodeModule.DeleteLines _ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- | |
ADOBE SYSTEMS INCORPORATED | |
Copyright 2005-2007 Adobe Systems Incorporated | |
All Rights Reserved. | |
NOTICE: Adobe permits you to use, modify, and distribute this file | |
in accordance with the terms of the license agreement accompanying it. |