When passing non string arguments, I tag the view with the following first line:
@(name: String,country: String)
to signal the framework that two arguments should be passed into it.
How do I signal that I'm waiting for a String[] argument?
In scala, this is written Array[String]
, not String[]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With