<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Object:Variable_Type</title><link>https://sourceforge.net/p/sfence/wiki/Object%253AVariable_Type/</link><description>Recent changes to Object:Variable_Type</description><atom:link href="https://sourceforge.net/p/sfence/wiki/Object:Variable_Type/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Mar 2013 15:40:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sfence/wiki/Object:Variable_Type/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Object:Variable_Type modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Object%253AVariable_Type/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,7 +2,7 @@
 ==========

 Variable_Type is standard SFENCE objects. This object is integrated in SFENCE and hasn't user defined driver (driver is used internally, cannot be changed).
-Object have standard basic object functions ([basic functions](Basic%3AObject%3AFunctions)) with one exception for function Variable_Type_Copy. 
+Object have [standard basic object functions](Basic%3AObject%3AFunctions) with one exception for function Variable_Type_Copy. 

 Special object functions for Variable_Type
 ------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Wed, 13 Mar 2013 15:40:22 -0000</pubDate><guid>https://sourceforge.net1c198e2f7b581dfc2d795d98e823cf78ba915774</guid></item><item><title>WikiPage Object:Variable_Type modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Object%253AVariable_Type/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,16 +1,36 @@
 Variable_Type
 ==========

-Variable_Type is standart SFENCE objects. This object is integrated in SFENCE and hasn't user defined driver (driver is used internally, cannot be changed).
-Object have standard basic object functions ([basic functions](Basic%3AObject%3AFunctions)).
+Variable_Type is standard SFENCE objects. This object is integrated in SFENCE and hasn't user defined driver (driver is used internally, cannot be changed).
+Object have standard basic object functions ([basic functions](Basic%3AObject%3AFunctions)) with one exception for function Variable_Type_Copy. 

 Special object functions for Variable_Type
 ------------------------------

   Function name  | Short description
   -------------- | -----------------
-  Variable_Type_Get_Type | return type of stored value
-  Variable_Type_Get_ArrayType | return type of stored array
-  Variable_Type_Set_Type | set type of stored value
-  Variable_Type_Set_ArrayType | set type of stored array
+  [Variable_Type_Get_Type](Object%3AVariable_Type%3AFunctions%3AGet_Type) | return type of stored value
+  [Variable_Type_Get_ArrayType](Object%3AVariable_Type%3AFunctions%3AGet_ArrayType) | return type of stored array
+  [Variable_Type_Set_Type](Object%3AVariable_Type%3AFunctions%3ASet_Type) | set type of stored value
+  [Variable_Type_Set_ArrayType](Object%3AVariable_Type%3AFunctions%3ASet_ArrayType) | set type of stored array
+  |
+  [Variable_Type_Copy](Object%3AVariable_Type%3AFunctions%3ACopy) |
+  [Variable_Type_FromMemory](Object%3AVariable_Type%3AFunctions%3AFromMemory) |
+  [Variable_Type_ToMemory](Object%3AVariable_Type%3AFunctions%3AToMemory) |
+  [Variable_Type_FromText](Object%3AVariable_Type%3AFunctions%3AFromText) |
+  [Variable_Type_ToText](Object%3AVariable_Type%3AFunctions%3AToText) |
+  |
+  [Variable_Type_AutoFrom](Object%3AVariable_Type%3AFunctions%3AAutoFrom) |
+  |
+  [Variable_Type_AutoTo](Object%3AVariable_Type%3AFunctions%3AAutoTo) |
+  |
+  [Variable_Type_CopyTo_Array](Object%3AVariable_Type%3AFunctions%3ACopyTo_Array) |
+  [Variable_Type_CopyFrom_Array](Object%3AVariable_Type%3AFunctions%3ACopyFrom_Array) |
+  [Variable_Type_Compare_Array](Object%3AVariable_Type%3AFunctions%3ACompare_Array) |
+  [Variable_Type_Clear_Array](Object%3AVariable_Type%3AFunctions%3AClear_Array) |
+  [Variable_Type_FromMemory_Array](Object%3AVariable_Type%3AFunctions%3AFromMemory_Array) |
+  [Variable_Type_ToMemory_Array](Object%3AVariable_Type%3AFunctions%3AToMemory_Array) |
+  [Variable_Type_FromText_Array](Object%3AVariable_Type%3AFunctions%3AFromText_Array) |
+  [Variable_Type_ToText_Array](Object%3AVariable_Type%3AFunctions%3AToText_Array) |

+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Wed, 13 Mar 2013 15:29:04 -0000</pubDate><guid>https://sourceforge.net6667e4b59527e8943fd833f5349fe8b659c9f824</guid></item><item><title>WikiPage Object:Variable_Type modified by SFENCE</title><link>https://sourceforge.net/p/sfence/wiki/Object%253AVariable_Type/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="variable_type"&gt;Variable_Type&lt;/h1&gt;
&lt;p&gt;Variable_Type is standart SFENCE objects. This object is integrated in SFENCE and hasn't user defined driver (driver is used internally, cannot be changed).&lt;br /&gt;
Object have standard basic object functions (&lt;a class="" href="/p/sfence/wiki/Basic%3AObject%3AFunctions/"&gt;basic functions&lt;/a&gt;).&lt;/p&gt;
&lt;h2 id="special-object-functions-for-variable_type"&gt;Special object functions for Variable_Type&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Function name&lt;/th&gt;
&lt;th&gt;Short description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Variable_Type_Get_Type&lt;/td&gt;
&lt;td&gt;return type of stored value&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Variable_Type_Get_ArrayType&lt;/td&gt;
&lt;td&gt;return type of stored array&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Variable_Type_Set_Type&lt;/td&gt;
&lt;td&gt;set type of stored value&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Variable_Type_Set_ArrayType&lt;/td&gt;
&lt;td&gt;set type of stored array&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SFENCE</dc:creator><pubDate>Wed, 13 Mar 2013 09:30:51 -0000</pubDate><guid>https://sourceforge.net0087b78f82428afa59029b4e94e8bf6789c8f46c</guid></item></channel></rss>