Hi, I don't find input box or maybe this don't work? I want use input box in scripts like this: min = int(input()) max = int(input()) while min != max + 1: doc.replace_selected_text(str(min) + '\n') min = min + 1 I use Medit 1.2.0., Windows XP 32bit
Hi, I don't find input box or maybe this don't work? I want use input box in scripts like this: min = int(input()) max = int(input()) while min != max + 1: doc.replace_selected_text(str(min) + '\n') min = min + 1 I use Medit 1.2.0., Windows XP 32bit
Hi, I don't find input box or maybe this don't work? I want use input box in scripts like this: min = int(input()) max = int(input()) while min != max + 1: doc.replace_selected_text(str(min) + '\n') min = min + 1