You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max=0'because we are in the "else" part of the if statement which means that the user inputted no number or 1
677
-
WordChoice=0
677
+
WordChoice=1
678
678
EndIf'end of one word scrapping and all scrapping _______________________________________________________________________________________________________________________
679
679
680
+
'WordChoice = WordChoice - 1
681
+
680
682
DimIsCommonAsBoolean
681
683
IfCommonWord(WordChoice-1)="True"Then
682
684
IsCommon=True
683
685
EndIf
684
686
685
-
IfWordChoice=0Then
686
-
WordChoice=1
687
-
EndIf
688
687
689
688
'Building of the chosen Definition and Type arrays:
0 commit comments