specfolder function error

In this category you can exchange your programming questions and solutions.
Post Reply
alaphate
Posts: 9
Joined: Sun Feb 13, 2022 6:10 am

specfolder function error

Post: # 98371Post alaphate
Tue Mar 01, 2022 11:29 am

showmessage specfolder(20)

it works with no errors
show windows fonts folder path

----------------------------------
dim s as string
s = specfolder(20) 'error in this line
showmessage s

Error message: expect a string but found '20'

Post Reply