Bug? Just an "incorrect" warning.

LucaMs

Expert
Licensed User
Longtime User
upload_2017-7-30_15-49-31.png



[I know I can use 'ignore]
 
Last edited:

Cableguy

Expert
Licensed User
Longtime User
Are you sure that when you put:



This xxxx.ttf do you have in Folder Files ?
Even if he has 10 font files in the files folder, the FontFileName will only be known when passed to the sub...
This is a "wrong coding" kind of warning that seems to be expecting an explicit string...
I agreen with the op, it should not exist in this particular case
 

MarcoRome

Expert
Licensed User
Longtime User
Even if he has 10 font files in the files folder, the FontFileName will only be known when passed to the sub...
This is a "wrong coding" kind of warning that seems to be expecting an explicit string...
I agreen with the op, it should not exist in this particular case
Yes this is right.
 
Top