Functions

Zurück Home
 

  Get VBX Modules

File System

BrowseForFolder (VB)

    Shows the Browse For Folder Shell Dialog and returns the path of the selected folder.

GetAbsPath

    Returns the absolute path of a folder or a file from a relative path.

GetRelPath

    Returns the relative path of a file or a folder from an absolute path.

ReadTextFile

   Reads a file and returns its content.

WriteTextFile

    Writes the content of a string variable into a file.

 

Strings and Arrays

CompareArray

    Compares two variant arrays and returns an array with three sub-arrays.

Insert

    Inserts a string into another string.

JoinX

    JoinX is an extension to the standard function Join. Additional to the delimiter, a start and end index of the elements to join can be specified.

MidX

    MidX searches a string for a substring, which is enclosed by a start and a end value and returns the first found match.

RemDuplicates

    Removes duplicate elements from an array and returns the trimmed array.

SortX

    Returns a sorted array.

SplitX

    Splits a string by using more than one delimiter.

StringToArray

    Splits a string into an array, returning each character as an element of the array.

 

 

     


© 2002-2007 VBX System