Template:APIString: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '<span style="color:red;">{{{1}}}</span>')
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span style="color:red;">{{{1}}}</span>
<span style="color:#B40431;">{{{1}}}</span><noinclude>[[Category:Templates]]{{Template:APIString/documentation}}</noinclude>

Latest revision as of 16:44, 5 May 2016

{{{1}}}


Template Documentation

This template is a part of a series of templates used as syntax highlighters for the code samples in the Synthesis API Reference Documentation.

The other templates in this series are:


Usage

Here's an example of how to use this series of templates:

{{APIComment|'Declare a new Repository object and connect to a Synthesis repository.}}
{{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository
MyRepository.ConnectToAccessRepository({{APIString|"C:\RSRepository1.rsr10"}})

The output is displayed as follows:

'Declare a new Repository object and connect to a Synthesis repository.
Dim MyRepository As New Repository
MyRepository.ConnectToAccessRepository("C:\RSRepository1.rsr10")