Merge pull request #1716 from FlightControl-Master/FF/Ops

OPS
This commit is contained in:
Frank
2022-04-20 21:51:09 +02:00
committed by GitHub
12 changed files with 399 additions and 95 deletions

View File

@@ -809,7 +809,7 @@ function UTILS.BeaufortScale(speed)
return bn,bd
end
--- Split string at seperators. C.f. http://stackoverflow.com/questions/1426954/split-string-in-lua
--- Split string at seperators. C.f. [split-string-in-lua](http://stackoverflow.com/questions/1426954/split-string-in-lua).
-- @param #string str Sting to split.
-- @param #string sep Speparator for split.
-- @return #table Split text.