I have the following
Compiler complains about parameter 'job' of the procedure UploadOneJobData. How should I specify the type of variable in this case?
B4X:
' Used as a way of transfering data from one sub to the other.
Dim Type(ID, StackNo, OperatorID, CraneID, JobID, JobStartTime, JobEndTime) CraneJob
Sub UploadOneJobData(job As CraneJob)
...