Skip to content

Console application that can be used to evaluate clarion syntax

Notifications You must be signed in to change notification settings

fushnisoft/ClaEvaluate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple clarion solution that creates a console application which takes a parameter on the command line, calls the Clarion Evaluate function and returns the result to stdout.

Example from the command prompt

c:\Dev\ClaEvaluate.exe "'test'"
>test

c:\Dev\ClaEvaluate.exe "Format(Today(), @D06)"
>24/10/2013

C# .NET Example

Also included is an example of using this from a .NET program too.

About

Console application that can be used to evaluate clarion syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published