Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Phenominalprogrammer

Pages: [1]
1
QB64 Discussion / Problem with locate command
« on: August 26, 2020, 07:06:20 pm »
When I try code like this I get

Illegal function call





Code: QB64: [Select]
  1. Location_x = 100
  2. Location_y = 25
  3.  
  4. Locate location_x, location_y
  5.  
  6. Print "a nice test"
  7.  


Pages: [1]