String Funktion
Posted: Thu Dec 30, 2004 11:25 am
Hello NG,
I try to use the String Function to fill a String Variable.
Here is my Code:
VName$ = String(255, Chr(0))
Serial$ = String(255, Chr(0))
FSName$ = String(255, Chr(0))
GetVolumeInformation_("C:\", VName$, 255, Serial$, 0, 0, FSName$, 255)
CallDebugger
Debug VName$
Debug Serial$
Debug FSName$
OpenConsole()
PrintN(VName$)
PrintN(Serial$)
PrintN(FSName$)
Input()
I get the Error String is not a function, an array or a linked list.
Any Ideas??
Thanks for all your help
Stefan
CloseConsole()
End
I try to use the String Function to fill a String Variable.
Here is my Code:
VName$ = String(255, Chr(0))
Serial$ = String(255, Chr(0))
FSName$ = String(255, Chr(0))
GetVolumeInformation_("C:\", VName$, 255, Serial$, 0, 0, FSName$, 255)
CallDebugger
Debug VName$
Debug Serial$
Debug FSName$
OpenConsole()
PrintN(VName$)
PrintN(Serial$)
PrintN(FSName$)
Input()
I get the Error String is not a function, an array or a linked list.
Any Ideas??
Thanks for all your help
Stefan
CloseConsole()
End