10-25-2024, 05:05 PM
I know what they are but that's the sum total of my regex script knowledge. I would assume it could be very complicated to find every incident of a Rem or comment line and to distinguish the " ' " at the beginning of the line as opposed to a " ' " as part of the comment itself
(ie REM: It's a key Do Loop v's the previous Do Loops)
( ' : It's a key Do Loop v's the previous Do Loops)
Looking at that example I suppose I could change my coding habit with comments to be sure I used REM instead of " ' " to simplify the regex script. Boy always something new to learn, never a dull moment when you're into coding.
Thanks Spriggsy
(ie REM: It's a key Do Loop v's the previous Do Loops)
( ' : It's a key Do Loop v's the previous Do Loops)
Looking at that example I suppose I could change my coding habit with comments to be sure I used REM instead of " ' " to simplify the regex script. Boy always something new to learn, never a dull moment when you're into coding.
Thanks Spriggsy