02-08-2026, 12:41 PM
(02-07-2026, 07:53 PM)TempodiBasic Wrote: I hope to see as soon as a thread with the Best Practice for sharing Source code of applications made using InformPE .Sanity check required:
Am I correct in believing that / is ALWAYS used as a directory marker in all PE .bas files? \ will work with Windows OS (and is still required in Windows Shell commands).
But the Inform Include statements will ALWAYS be:
'$INCLUDE:'InForm/InForm.bi'
'$INCLUDE:'InForm/xp.uitheme'
& At End
'$INCLUDE:'InForm/InForm.ui'
The Project Directory will have the InForm folder in it.
Some of my recent InForm work used \ instead of /, I think. A mistake for universality.

