Difference between revisions of "ADDBS()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 12: Line 12:
  
 
==See Also==
 
==See Also==
[[BASENAME()]], [[FULLPATH()]], [[SET FULLPATH]]
+
[[BASENAME()]], [[FULLPATH()]], [[GETENV()]], [[PUTENV()]], [[RENAME]], [[SET FULLPATH]]
  
  
Line 30: Line 30:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:String Data]]
 +
[[Category:String Data Functions]]

Revision as of 11:30, 9 June 2009

Class

String Data


Purpose

Function to add a backslash to a path expression if required.


Syntax

ADDBS(<expC>)


See Also

BASENAME(), FULLPATH(), GETENV(), PUTENV(), RENAME, SET FULLPATH


Description

The ADDBS() function adds a backslash to a path expression if required. The path name is specified in <expC>.


Example

rename (addbs(getenv([DB_CLASSDIR]))+ "myclass.cls") (addbs(getenv([DB_CLASSDIR]))+ ;
"myoldclass.cls")


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer