Hi, everybody, I'm new in OScript language. Could you please to help to write some code to find all strings from collection what begins with expression? To do similar like SQL LIKE. Thank you
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
No idea what you are trying to do need a better explanation… collection means the object in livelink is called colections…
If you're looking to grab a subset from a collection you'll need to iterate over the collection & apply whatever criterion you'd like to filter by.
Items in a collection can be pretty much anything - SQL's concept of 'like' cannot really be applied to this sort of stuff.