python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SwiftUI : How I can delete row of ForEach in VStack?
This is TaskModel
import Foundation
import SwiftUI
struct TaskModel: Identifiable, Codable {
var id = UUID().uuidString
var title : String
var selectedColor : Color
var remindedTime ...
Kyungyun Lee
Votes: 0
Answers: 1
A small lottery game project and challenges I have. C #
EDIT: All challenges completed. Final Code added.
While I wait for my programming education to begin (.NET / C #), I practice myself in the meantime. I'm still a Padawan coder.
Right now I am coding a...
Marko
Votes: 0
Answers: 2
Multiple buttons function to expand and hide div section with javascript
Hope everyone is having fun on this fun (or frustrating 😂 like me) coding day. So, I came across a problem and was hoping someone could help guide me to the right solution. I want to set it so that w...
Phong Hoang
Votes: 0
Answers: 0
sending emails through vba but without a loop
i'm very new at this so please bear with me. i wrote a code to send outlook emails through an excel macro, when certain dates are close to an expiration (these expirations are related to products).
wh...
buttercup
Votes: 0
Answers: 1