I have solved my issue. I have been using the wrong format the whole time. The string code is actually:
NSString *myString = [[NSString alloc] initWithFormat
"your %@ string", NSTextField, ...];
This is gonna be easier than VB.NET. My HTML Generator may finally get done.
NSString *myString = [[NSString alloc] initWithFormat
This is gonna be easier than VB.NET. My HTML Generator may finally get done.
Last edited: