<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/opascalscript/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/opascalscript/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 06 May 2017 07:18:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opascalscript/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Can you compile a 64-bit version?</title><link>https://sourceforge.net/p/opascalscript/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I want to use this scripting engine in directory opus, but 64-bit directory Opus cannot use this 32-bit scripting engine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">laoqiuqiu</dc:creator><pubDate>Sat, 06 May 2017 07:18:00 -0000</pubDate><guid>https://sourceforge.net1812b678bf998a6e824b28a9a3e6b50249d524f1</guid></item><item><title>Chr, Ord, Succ, Pred functions</title><link>https://sourceforge.net/p/opascalscript/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice to have Pascal's Chr, Ord, Succ and Pred functions, making it possible to handle special characters, insert newline and pagefeeds in strings and other characters-related manipulations.&lt;/p&gt;
&lt;p&gt;const BS = 8;&lt;br /&gt;
TAB = 9;&lt;br /&gt;
LF = 10;&lt;br /&gt;
VT = 11;&lt;br /&gt;
FF = 12;&lt;br /&gt;
CR = 13;&lt;/p&gt;
&lt;p&gt;var st1 : string;&lt;br /&gt;
st1 := 'hello'+ chr(CR) +'world';&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe Majerus</dc:creator><pubDate>Tue, 25 Dec 2007 01:21:41 -0000</pubDate><guid>https://sourceforge.netfbe720ab2b6febd4434c0e314eb7a7b8c9cc1d71</guid></item><item><title>Support for IActiveScript IDispatch calls</title><link>https://sourceforge.net/p/opascalscript/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;IActiveScript::GetScriptDispatch should return a dispatch inerface that the host can use to call into functions, methods, and variables of the engine.&lt;/p&gt;
&lt;p&gt;This means an engine that parsed the following:&lt;br /&gt;
function test : string;&lt;br /&gt;
begin&lt;br /&gt;
result := 'succeeded';&lt;br /&gt;
end;&lt;br /&gt;
Should give a valid DispID when calling GetIDsOfNames on the dispatch interface returned by IActiveScript::GetScriptDispatch, and execute this function and return a Variant set to VT_BSTR,"succeeded" when calling Invoke with that DispID.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe Majerus</dc:creator><pubDate>Mon, 24 Dec 2007 06:20:48 -0000</pubDate><guid>https://sourceforge.netb59f29286d717d92c3f0a7ecd8bb09e4cc59ff71</guid></item><item><title>Support for IActiveScript expressions</title><link>https://sourceforge.net/p/opascalscript/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Support for the SCRIPTTEXT_ISEXPRESSION flag in IActiveScriptParse::ParseScriptText.&lt;br /&gt;
This is needed for hosts to be able to ask the engine to perform an evaluation and get the result.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe Majerus</dc:creator><pubDate>Mon, 24 Dec 2007 06:13:27 -0000</pubDate><guid>https://sourceforge.netc661dfc8077492b83396113dd15e7faa667a7ecc</guid></item></channel></rss>