LibreOfficeDev 25.2 Help
ගොනු නාමයක් URL එකකට පරිවර්තනය කරයි.
ConvertToURL(filename)
String
filename: A file name as string.
5 Invalid procedure call
systemFile$ = "c:\folder\mytext.txt" url$ = ConvertToURL( systemFile$ ) print url$ systemFileAgain$ = ConvertFromURL( url$ ) print systemFileAgain$
Related Topics
String functions