QB64.org Forum
		Active Forums => QB64 Discussion => Topic started by: badger on October 07, 2020, 04:57:21 pm
		
			
			- 
				Hello
 
 I for the life of me cant figure out why i am getting this error.
 
 the line with sdesc in type customer is giving me the error
 
 badger
 - REM *************************************************************************** 
- REM ****-  customer info record  type ********************************************
 
- REM *************************************************************************** 
- REM *************************************************************************** 
-   
- REM *************************************************************************** 
- REM ****-  inventory record  type ************************************************
 
- REM *************************************************************************** 
- REM *************************************************************************** 
-   
- REM *************************************************************************** 
- REM **** system data-  file record  **********************************************
 
- REM *************************************************************************** 
-     sdata0  AS STRING * 64 '   data path for customer discription files
-     sdata1  AS STRING * 64 '   data path for inventory discription files
-     sdata2  AS STRING * 64 '   data path for pos discription files
-     sdbpath  AS STRING * 64 '  data path for database files
- REM *************************************************************************** 
-   
-   
-   
 
- 
				Hello
 
 for to use the * for string size Sorry for posting
 
 Badger