Xbasic
A5.BROWSE_LOCATION Function
Syntax
Filename as C = A5.Browse_Location(C name)
Arguments
- Filename
The name of the file that contains the browse.
- name
The name of a browse.
Description
The A5.BROWSE_LOCATION() method returns the name of the file that contains the named browse.
Example
? a5.browse_location("Product List")
= "c:\databases\expressions test\product.ddd"Limitations
Desktop applications only.
See Also