TariqMehmod
Programmer
Respected Seniors,
First of all I refer to this link
The codes in above thread send image to whatsapp perfectly,
Now I want to send a PDF to whatsapp.
I found this link fruitful
Link
But do not know how to pass file reference in parameter in above codes.
The link has a function like this
I think it copies list of files, but I want to pass a single file in function parameter like this
How is it possible, please help
Please help
Best Regards
First of all I refer to this link
The codes in above thread send image to whatsapp perfectly,
Now I want to send a PDF to whatsapp.
I found this link fruitful
Link
But do not know how to pass file reference in parameter in above codes.
The link has a function like this
Code:
FUNCTION CopyFiles2Clipboard(taFileList)
I think it copies list of files, but I want to pass a single file in function parameter like this
Code:
cFile=getfile()
Please help
Best Regards