Hi everyone,
I'm practicing by doing some little apps. So, I wanted to display the OS Name. I suceeded.
But now, I want to display the User Info. Here is the code I used (Lines 08 to 10):
So what's wrong ? The error message is:Code:---Setup User Info Name = System.GetUserInfo(); Paragraph.SetText("UserInfo", Name); ---Setup User Info Ends
Main -- On Show, Line 10: Argument 2 must be of type String.
It's the samething for this:
Can someone help me? I'm sure yesCode:---Setup Memory Display memory = System.GetMemoryInfo(); Paragraph.SetText("Memory", memory); ---Setup Memory Display Ends![]()
Thanks a lot,
FoxLeader

