FORMULA LANGUAGE
Examples: @FileDir
1. This computed field formula returns the directory part of the file named by Pathname.
@FileDir(Pathname)
2. This computed field formula returns the file name part of the file named by Pathname.
@Right(Pathname; @FileDir(Pathname))
3. This agent formula displays the directory part of the current database name.
@Prompt([OK];
"File directory";
@FileDir(@Subset(@DbName; -1)))
4. This agent formula displays the file name part of the current database name.
pathname := @Subset(@DbName; -1);
@Prompt([OK];
"File name";
@Right(pathname; @FileDir(pathname)))
Véase también
@FileDir
Glosario
¿Desea opinar sobre la
Ayuda
o sobre la
utilidad del producto
?
Ayuda sobre la Ayuda
Todo el contenido de la Ayuda
Glosario