My progress with the TArray

After the example const TArray<int32> Numbers = {1, 2, 3, 4}; I was thinking that something wasn’t right. For example the int32 or the name Numbers. It crossed my mind to change it to an FString then done this:
Annotation 2020-12-19 135106

After reading through the erros, I gave up saying I’ll just unpause the lecture to see what I did wrong. Then it hit me. Oops! I wasn’t supposed to end with a semicolon inside the Fstring. My bad. Honestly as a begginer I can’t say I don’t find the excersices somewhat difficult but also very satisfying! :muscle:

2 Likes

Programming is so much fun and frustrating but when you solve your problem it feels oh so satisfying!

Privacy & Terms