This one took me forever to figure out
Comments: https://forum.powerbasic.com/forum/u...using-comments
Comments: https://forum.powerbasic.com/forum/u...using-comments
Code:
MACRO date10(m,d,y) = USING$("*0*0/*0/##",m,d,y) FUNCTION PBMAIN () AS LONG ? date10(m&,d&,y&) '00/00/0000 END FUNCTION'
Comment