FoxLeader
11-15-2006, 07:38 PM
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):
---Setup User Info
Name = System.GetUserInfo();
Paragraph.SetText("UserInfo", Name);
---Setup User Info Ends
So what's wrong ? The error message is:
Main -- On Show, Line 10: Argument 2 must be of type String.
It's the samething for this:
---Setup Memory Display
memory = System.GetMemoryInfo();
Paragraph.SetText("Memory", memory);
---Setup Memory Display Ends
Can someone help me? I'm sure yes :D
Thanks a lot,
FoxLeader
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):
---Setup User Info
Name = System.GetUserInfo();
Paragraph.SetText("UserInfo", Name);
---Setup User Info Ends
So what's wrong ? The error message is:
Main -- On Show, Line 10: Argument 2 must be of type String.
It's the samething for this:
---Setup Memory Display
memory = System.GetMemoryInfo();
Paragraph.SetText("Memory", memory);
---Setup Memory Display Ends
Can someone help me? I'm sure yes :D
Thanks a lot,
FoxLeader