Search found 1 match

by Hanlov
Tue Sep 24, 2024 7:30 am
Forum: Coding Questions
Topic: Line 36 Syntax error in the procedure arguments
Replies: 5
Views: 1429

Line 36 Syntax error in the procedure arguments

I dont understand whats wrong in the code

; Olyckstillfälle i PureBasic

Global Dim probabilities(12, 2) ; Matris för sannolikheter för 13 olyckor Global Dim previousRows(1000, 12) ; Max 1000 tidigare olyckor, 4 13 olyckor per rad Global previousRowCount = 0

Procedure RandomResult(prob1, probX ...