what is use if REM statement
Answers
Answered by
6
hey mate ☺️☺️☺️☺️☺️
thanks
This is your answer
The following example illustrates the REM statement, which is used to include explanatory remarks in a program. It also shows the alternative of using the single quotation-mark character ( ' ) instead of REM . Dim demoStr1, demoStr2 As String demoStr1 = "Hello" REM Comment after a statement using REM.
thanks
This is your answer
The following example illustrates the REM statement, which is used to include explanatory remarks in a program. It also shows the alternative of using the single quotation-mark character ( ' ) instead of REM . Dim demoStr1, demoStr2 As String demoStr1 = "Hello" REM Comment after a statement using REM.
Similar questions