Is there a way to provide a default parameter in Visual Cobol like you can in C#?
public void MyString(String passedString = " ")
#VisualCOBOL
#TranslatefomCtovisualcobol
Is there a way to provide a default parameter in Visual Cobol like you can in C#?
public void MyString(String passedString = " ")
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.