-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from consultingwerk/like
Integrated Like-Support from Acorn
- Loading branch information
Showing
14 changed files
with
80,371 additions
and
80,201 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#Build Number for ANT. Do not edit! | ||
#Sat Nov 04 14:20:22 CET 2017 | ||
build.number=1174 | ||
#Wed Jan 03 11:03:09 CET 2018 | ||
build.number=1176 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
define temp-table ttIdx | ||
field idxName as char | ||
field pkLike as deci. | ||
|
||
procedure test: | ||
define input parameter tst LIKE ttIdx.idxName. | ||
end procedure. | ||
|
||
FUNCTION myExampleFunction RETURNS LOGICAL ( | ||
output ioP as character, | ||
input-output ioj like ttIdx.pkLike, | ||
input tstf as decimal extent 5, | ||
input fer like ttIdx.idxName, | ||
input hkjhkjh as class Progress.Lang.Error, | ||
input-output class Progress.Lang.AppError extent, | ||
output decimal extent): | ||
return true. | ||
end function. |
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.