Files
004_comission/armandarmand/task1/task1-ticket1/helloworld/browser/hello-aastock-draft1/CheckLastRow.bas
louiscklaw ce9a4aa9b3 update,
2025-01-31 19:27:58 +08:00

9 lines
154 B
QBasic

Attribute VB_Name = "CheckLastRow"
Option Explicit
Function run(row as integer)
Dim last_check_row as integer
Dim last_row as boolean
End Function