GeekArticles
Testing
Rational RobotRational Robot String Utility Functions
Author: safsdev.sourceforge.net |
Published: 12th Aug 2005 |
Visited: 1041 times |
Add CommentFiled in: Rational RobotSQABasic "StringUtilities" Library
Utility routines for working with Strings. Many of these routines now use an external ActiveX object to provide their functionality. In this way, the functionality is common to ANY string processing application on Windows. The Class is DDVariableStore.StringUtilities in DDVariableStore.DLL This DLL is required and must be properly installed and/or registered with the operating system.
Read Article Sponsored Links
Related Articles
• How to run functions wich execute DML commands ? I am using LUA to write an application that should run some Oracle functions that need parameters, and also execute inserts or update DML commands. Is there any way of running these functions without using a select (function) command ?
I was thinki ...